Skip to content

Commit

Permalink
Merge pull request #1043 from ferredoxin/singleNeuron-patch-1
Browse files Browse the repository at this point in the history
Release 0.8.21
  • Loading branch information
Cryolitia authored Aug 27, 2021
2 parents c012efe + 0136cd5 commit 4f1835a
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 30
versionCode(Common.timeStamp)
// versionName format: major.minor.accumulation.commit_id
versionName "0.8.20" + (Common.getGitHeadRefsSuffix(rootProject))
versionName "0.8.21" + (Common.getGitHeadRefsSuffix(rootProject))
multiDexEnabled false
ndk {
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
Expand Down

0 comments on commit 4f1835a

Please sign in to comment.