Skip to content

Commit

Permalink
Version 1.14.5
Browse files Browse the repository at this point in the history
  • Loading branch information
MM2-0 committed Aug 24, 2022
1 parent e9e4e28 commit 0e05373
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 @@ -26,7 +26,7 @@ android {
minSdk = sdk.versions.minSdk.get().toInt()
targetSdk = sdk.versions.targetSdk.get().toInt()
versionCode = versionCodeDate()
versionName = "1.14.4"
versionName = "1.14.5"
signingConfig = signingConfigs.getByName("debug")
}
buildTypes {
Expand Down Expand Up @@ -73,7 +73,7 @@ fun buildTime(): String {
}

fun versionCodeDate(): Int {
val df = SimpleDateFormat("yyyyMMdd01")
val df = SimpleDateFormat("yyyyMMdd00")
return df.format(Date()).toInt()
}

Expand Down

0 comments on commit 0e05373

Please sign in to comment.