Skip to content

Commit

Permalink
Update app version
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabi019 committed Sep 3, 2024
1 parent c366902 commit 91b4273
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
applicationId "dev.fabik.bluetoothhid"
minSdk 28
targetSdk 34
versionCode 47
versionName "1.9.0"
versionCode 48
versionName "1.9.1"

buildConfigField "String", "GIT_COMMIT_HASH", "\"${gitHash}\""

Expand All @@ -35,12 +35,14 @@ android {
}
}

flavorDimensions "default"
flavorDimensions += "default"
productFlavors {
bundled {
dimension = "default"
manifestPlaceholders = [dep: ""]
}
standard {
dimension = "default"
manifestPlaceholders = [dep: "barcode"]
}
}
Expand Down

0 comments on commit 91b4273

Please sign in to comment.