Skip to content
This repository was archived by the owner on May 27, 2024. It is now read-only.

Commit a51e0d0

Browse files
authored
chore: bumped versionCode to 5004 and versionName to 1.1.2 (#88)
1 parent 37fd873 commit a51e0d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ android {
6262
targetSdkVersion Dependencies.targetSdk
6363

6464
versionName Config.versionName
65-
versionCode 5003
65+
versionCode 5004
6666

6767
resConfigs "en", "zh-rCN", "fr", "de", "ko", "it", "ru", "nl", "tr", "pl", "ro", "hu", "hi-rIN", "uk", "bg-rBG", "en-rGB", "et-rEE", "vi", "pt-rBR", "es", "en-rNZ", "zh-rTW", "es-rES", "ca", "hr", "en-rAU", "eu-rES", "th", "ja"
6868

buildSrc/src/main/kotlin/Config.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
object Config {
22

3-
const val versionName = "1.1.1"
3+
const val versionName = "1.1.2"
44

55
}

0 commit comments

Comments
 (0)