Skip to content

Commit

Permalink
Merge pull request #781 from ferredoxin/qwq233-patch-Null
Browse files Browse the repository at this point in the history
Update Version Code
  • Loading branch information
qwq233 authored Mar 27, 2021
2 parents feeb0bc + f8eaf23 commit ae791b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android {
targetSdkVersion 29
versionCode(getTimeStamp.call() as int)
// versionName format: major.minor.accumulation.commit_id
versionName "0.8.15" + (getGitHeadRefsSuffix.call() as String)
versionName "0.8.16" + (getGitHeadRefsSuffix.call() as String)
multiDexEnabled false
ndk {
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
Expand Down

0 comments on commit ae791b5

Please sign in to comment.