Skip to content

Commit

Permalink
Release 1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
nift4 committed Sep 27, 2024
1 parent 1fe54f3 commit 42ed783
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -103,8 +103,8 @@ android {
// keep support for it for a while.
minSdk = 21
targetSdk = 34
versionCode = 13
versionName = "1.0.11"
versionCode = 14
versionName = "1.0.12"
if (releaseType != "Release") {
versionNameSuffix = myVersionName
}
Expand Down Expand Up @@ -286,4 +286,4 @@ fun readProperties(propertiesFile: File) = Properties().apply {
propertiesFile.inputStream().use { fis ->
load(fis)
}
}
}
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/14.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Hotfix for crash when phone is set to Filipino language

0 comments on commit 42ed783

Please sign in to comment.