Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ismartcoding committed Jan 1, 2024
1 parent b8d2b2f commit f10d60c
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 @@ -37,9 +37,9 @@ android {
else -> 0
}

val vCode = 208
val vCode = 211
versionCode = vCode - singleAbiNum
versionName = "1.2.25"
versionName = "1.2.26"

ndk {
abiFilters += abiFilterList.ifEmpty {
Expand Down

0 comments on commit f10d60c

Please sign in to comment.