Add matching fallback for the beta build type to release (#4946)

This commit is contained in:
Patrick Honkonen 2025-03-31 15:56:26 -04:00 committed by GitHub
parent 7d119fb552
commit af528fdd82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -102,6 +102,7 @@ android {
applicationIdSuffix = ".beta"
isDebuggable = false
isMinifyEnabled = true
matchingFallbacks += listOf("release")
proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro",