Skip to content

Commit

Permalink
Remove unnecessary flavors (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbro112 authored Oct 13, 2023
1 parent 527349b commit 768e8d4
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions performance/sample/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -68,21 +68,6 @@ android {
}
}

flavorDimensions.add("store")
flavorDimensions.add("distribution")

productFlavors {
create("play") {
dimension = "store"
signingConfig = signingConfigs.getByName("debug")
isDefault = true
}
create("playstore") {
dimension = "distribution"
signingConfig = signingConfigs.getByName("debug")
}
}

compileOptions {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
Expand Down

0 comments on commit 768e8d4

Please sign in to comment.