We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c012efe + 0136cd5 commit 4f1835aCopy full SHA for 4f1835a
app/build.gradle
@@ -21,7 +21,7 @@ android {
21
targetSdkVersion 30
22
versionCode(Common.timeStamp)
23
// versionName format: major.minor.accumulation.commit_id
24
- versionName "0.8.20" + (Common.getGitHeadRefsSuffix(rootProject))
+ versionName "0.8.21" + (Common.getGitHeadRefsSuffix(rootProject))
25
multiDexEnabled false
26
ndk {
27
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
0 commit comments