mirror of
https://github.com/bitwarden/android.git
synced 2026-03-21 05:40:45 -05:00
Add matching fallback for the beta build type to release (#4946)
This commit is contained in:
@@ -102,6 +102,7 @@ android {
|
||||
applicationIdSuffix = ".beta"
|
||||
isDebuggable = false
|
||||
isMinifyEnabled = true
|
||||
matchingFallbacks += listOf("release")
|
||||
proguardFiles(
|
||||
getDefaultProguardFile("proguard-android-optimize.txt"),
|
||||
"proguard-rules.pro",
|
||||
|
||||
Reference in New Issue
Block a user