Skip to content

Commit

Permalink
Merge pull request #1159 from ferredoxin/keta1-update
Browse files Browse the repository at this point in the history
Release 0.8.24
  • Loading branch information
Cryolitia authored Nov 22, 2021
2 parents ecf0f4a + 07de2ac commit 1d52d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ android {
targetSdk = 31
versionCode = Common.getTimeStamp()
// versionName = major.minor.accumulation.commit_id
versionName = "0.8.23" + (Common.getGitHeadRefsSuffix(rootProject))
versionName = "0.8.24" + (Common.getGitHeadRefsSuffix(rootProject))
multiDexEnabled = false
ndk {
abiFilters.addAll(listOf("armeabi-v7a", "arm64-v8a", "x86", "x86_64"))
Expand Down

0 comments on commit 1d52d54

Please sign in to comment.