Skip to content

Commit

Permalink
Release v1.9.0-rc.1 (10900)
Browse files Browse the repository at this point in the history
  • Loading branch information
JunkFood02 committed Mar 6, 2023
1 parent e24809f commit 549b102
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 @@ -43,11 +43,11 @@ sealed class Version(
}
}

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

val keystorePropertiesFile = rootProject.file("keystore.properties")
Expand Down Expand Up @@ -78,7 +78,7 @@ android {
applicationId = "com.junkfood.seal"
minSdk = 21
targetSdk = 33
versionCode = 10820
versionCode = 10900

versionName = currentVersion.toVersionName().run {
if (!splitApks) "$this-(F-Droid)"
Expand Down

0 comments on commit 549b102

Please sign in to comment.