Skip to content

Commit

Permalink
chore: release v1.12.1 (11210)
Browse files Browse the repository at this point in the history
  • Loading branch information
JunkFood02 committed Apr 17, 2024
1 parent 989b77b commit 0b8f25a
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 @@ -54,7 +54,7 @@ sealed class Version(
val currentVersion: Version = Version.Stable(
versionMajor = 1,
versionMinor = 12,
versionPatch = 0,
versionPatch = 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 = 11200
versionCode = 11210

if (splitApks) {
splits {
Expand Down

0 comments on commit 0b8f25a

Please sign in to comment.