Skip to content

Commit

Permalink
release v0.12.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jmir1 committed Oct 3, 2021
1 parent 2ab6ad8 commit dab4ee1
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 @@ -30,7 +30,7 @@ android {
targetSdk = AndroidConfig.targetSdk
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
versionCode = 68
versionName = "0.12.2.4"
versionName = "0.12.2.5"

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

0 comments on commit dab4ee1

Please sign in to comment.