Skip to content

Commit

Permalink
remove play store flavor
Browse files Browse the repository at this point in the history
  • Loading branch information
ichenhe committed Nov 10, 2023
1 parent ebf8b21 commit 8f73117
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,6 @@ android {
proguardFiles(getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro")
}
}
flavorDimensions += "channel"
productFlavors {
create("normal") {
dimension = "channel"
buildConfigField("Boolean", "PLAY", "false")
}
create("play") {
dimension = "channel"
buildConfigField("Boolean", "PLAY", "true")
}
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
Expand Down

0 comments on commit 8f73117

Please sign in to comment.