Skip to content

Commit

Permalink
chore: remove product flavors
Browse files Browse the repository at this point in the history
  • Loading branch information
Bnyro committed Jul 3, 2024
1 parent 4e3e1d7 commit 552bba4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@ android {
}
}

flavorDimensions.add("version")
productFlavors {
create("libre") {
dimension = "version"
}
}

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

0 comments on commit 552bba4

Please sign in to comment.