mirror of
https://github.com/bitwarden/android.git
synced 2025-12-10 00:06:22 -06:00
Add matching fallback for the beta build type to release (#4946)
This commit is contained in:
parent
7d119fb552
commit
af528fdd82
@ -102,6 +102,7 @@ android {
|
||||
applicationIdSuffix = ".beta"
|
||||
isDebuggable = false
|
||||
isMinifyEnabled = true
|
||||
matchingFallbacks += listOf("release")
|
||||
proguardFiles(
|
||||
getDefaultProguardFile("proguard-android-optimize.txt"),
|
||||
"proguard-rules.pro",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user