Skip to content

Commit

Permalink
Update version code
Browse files Browse the repository at this point in the history
  • Loading branch information
ismartcoding committed Sep 26, 2023
1 parent 8e0371e commit b0004a6
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 @@ -36,9 +36,9 @@ android {
else -> 0
}

val vCode = 154
val vCode = 160
versionCode = vCode - singleAbiNum
versionName = "1.2.8"
versionName = "1.2.9"

ndk {
if (abiFilterList.isNotEmpty()) {
Expand Down

0 comments on commit b0004a6

Please sign in to comment.