Skip to content

Commit

Permalink
Update app version
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabi019 committed Jun 2, 2023
1 parent b47ad59 commit c853392
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "dev.fabik.bluetoothhid"
minSdk 28
targetSdk 33
versionCode 39
versionName "1.6.2"
versionCode 40
versionName "1.7.0"

def gitCommitHash = 'git rev-parse --verify --short HEAD'.execute().text.trim()
buildConfigField "String", "GIT_COMMIT_HASH", "\"${gitCommitHash}\""
Expand Down

0 comments on commit c853392

Please sign in to comment.