Chore: rename flavor 'open' to 'foss'

This commit is contained in:
kr328
2021-05-16 17:55:47 +08:00
parent b470dcc252
commit 45ab647c67
10 changed files with 27 additions and 15 deletions

View File

@@ -19,7 +19,10 @@ android {
buildTypes {
named("release") {
isMinifyEnabled = false
proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro")
proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro"
)
}
}