Skip to content

Commit

Permalink
Update the app version
Browse files Browse the repository at this point in the history
  • Loading branch information
Semper-Viventem committed Dec 31, 2023
1 parent 0bc55a0 commit 3984bef
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 @@ -24,7 +24,7 @@ android {
minSdk = 29
targetSdk = 34
versionCode = (System.currentTimeMillis() / 1000).toInt()
versionName = "0.21.1-beta"
versionName = "0.21.2-beta"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit 3984bef

Please sign in to comment.