Skip to content

Commit

Permalink
Use proper case for proprietary/noProprietary flavors
Browse files Browse the repository at this point in the history
  • Loading branch information
httpdispatch committed Jul 19, 2021
1 parent 0405d8a commit 79bf5db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,10 @@ android {
dimension = "api"
versionCode = 3
}
create("Proprietary") {
create("proprietary") {
dimension = "license"
}
create("NoProprietary") {
create("noProprietary") {
dimension = "license"
}
}
Expand Down

0 comments on commit 79bf5db

Please sign in to comment.