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

Commit

Permalink
chore: bump version code to 5006 and the version name to 1.3.0 (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
BumbleFlash authored Feb 5, 2021
1 parent 56b60de commit e19d6fa
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 5005
versionCode 5006

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.2.0"
const val versionName = "1.3.0"

}

0 comments on commit e19d6fa

Please sign in to comment.