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

Commit

Permalink
chore: bump versionCode 5003 and versionName to 1.1.1 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
BumbleFlash authored Oct 13, 2020
1 parent 7869974 commit 7b3b3f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ android {
targetSdkVersion Dependencies.targetSdk

versionName Config.versionName
versionCode 5002
versionCode 5003

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"

Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Config.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
object Config {

const val versionName = "1.1.0"
const val versionName = "1.1.1"

}

0 comments on commit 7b3b3f4

Please sign in to comment.