Skip to content

Commit

Permalink
Updated app version
Browse files Browse the repository at this point in the history
  • Loading branch information
BobbyESP committed Mar 5, 2023
1 parent 6567055 commit 886292a
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 @@ -44,7 +44,7 @@ sealed class Version(
val currentVersion: Version = Version.Stable(
versionMajor = 1,
versionMinor = 2,
versionPatch = 0,
versionPatch = 1,
)

val keystorePropertiesFile = rootProject.file("keystore.properties")
Expand All @@ -71,7 +71,7 @@ android {
applicationId = "com.bobbyesp.spowlo"
minSdk = 26
targetSdk = 33
versionCode = 10200
versionCode = 10201

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

0 comments on commit 886292a

Please sign in to comment.