Skip to content

Commit 4f1835a

Browse files
authored
Merge pull request #1043 from ferredoxin/singleNeuron-patch-1
Release 0.8.21
2 parents c012efe + 0136cd5 commit 4f1835a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ android {
2121
targetSdkVersion 30
2222
versionCode(Common.timeStamp)
2323
// versionName format: major.minor.accumulation.commit_id
24-
versionName "0.8.20" + (Common.getGitHeadRefsSuffix(rootProject))
24+
versionName "0.8.21" + (Common.getGitHeadRefsSuffix(rootProject))
2525
multiDexEnabled false
2626
ndk {
2727
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'

0 commit comments

Comments
 (0)