Skip to content

Commit

Permalink
release v0.11.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jmir1 committed Jun 29, 2021
1 parent 92b1732 commit a56c025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ android {
targetSdkVersion(AndroidConfig.targetSdk)
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
versionCode = 64
versionName = "0.11.1.8"
versionName = "0.11.1.9"

buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")
Expand Down

0 comments on commit a56c025

Please sign in to comment.