Skip to content

Commit ae6f37a

Browse files
committed
v1.04.2 to appease the PlayStore
1 parent f6e0124 commit ae6f37a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

amethyst/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ android {
4444
applicationId = "com.vitorpamplona.amethyst"
4545
minSdk = libs.versions.android.minSdk.get().toInteger()
4646
targetSdk = libs.versions.android.targetSdk.get().toInteger()
47-
versionCode = 429
48-
versionName = generateVersionName("1.04.1")
47+
versionCode = 430
48+
versionName = generateVersionName("1.04.2")
4949
buildConfigField "String", "RELEASE_NOTES_ID", "\"3a03c75d85aaf6b181d3b232d064c4d4feea5c73f0bea2bd91ed61b8da7cd6a6\""
5050

5151
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

quartz/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ mavenPublishing {
255255
coordinates(
256256
groupId = "com.vitorpamplona.quartz",
257257
artifactId = "quartz",
258-
version = "1.04.1"
258+
version = "1.04.2"
259259
)
260260

261261
// Configure publishing to Maven Central

0 commit comments

Comments
 (0)