Skip to content

Commit

Permalink
version 0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
theolm committed Oct 20, 2024
1 parent 7060af6 commit 7f36d69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
applicationId = ConfigData.applicationBundle
minSdk = ConfigData.minSdkVersion
targetSdk = ConfigData.targetSdkVersion
versionCode = 17
versionName = "v0.12.1"
versionCode = 18
versionName = "v0.12.2"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit 7f36d69

Please sign in to comment.