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 19, 2023
1 parent af46d10 commit c75a4fe
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.19.0-beta"
versionName = "0.20.0-beta"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit c75a4fe

Please sign in to comment.