v1.04.2 to appease the PlayStore

This commit is contained in:
Vitor Pamplona
2025-11-15 17:28:55 -05:00
parent f6e0124734
commit ae6f37a52f
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -44,8 +44,8 @@ android {
applicationId = "com.vitorpamplona.amethyst"
minSdk = libs.versions.android.minSdk.get().toInteger()
targetSdk = libs.versions.android.targetSdk.get().toInteger()
versionCode = 429
versionName = generateVersionName("1.04.1")
versionCode = 430
versionName = generateVersionName("1.04.2")
buildConfigField "String", "RELEASE_NOTES_ID", "\"3a03c75d85aaf6b181d3b232d064c4d4feea5c73f0bea2bd91ed61b8da7cd6a6\""
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"