Skip to content

Commit

Permalink
chore: release v1.12.0-rc.1 (11200)
Browse files Browse the repository at this point in the history
  • Loading branch information
JunkFood02 committed Mar 31, 2024
1 parent d9c3a76 commit a751cd3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ sealed class Version(
}
}

val currentVersion: Version = Version.Beta(
val currentVersion: Version = Version.ReleaseCandidate(
versionMajor = 1,
versionMinor = 12,
versionPatch = 0,
versionBuild = 2
versionBuild = 1
)

val keystorePropertiesFile: File = rootProject.file("keystore.properties")
Expand Down Expand Up @@ -87,7 +87,7 @@ android {
applicationId = "com.junkfood.seal"
minSdk = 21
targetSdk = 34
versionCode = 11130
versionCode = 11200

if (splitApks) {
splits {
Expand Down

0 comments on commit a751cd3

Please sign in to comment.