We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 497391e commit 05859c9Copy full SHA for 05859c9
.gitignore
@@ -7,4 +7,5 @@ build/
7
/captures
8
.externalNativeBuild
9
.vscode
10
-build
+build
11
+release
app/build.gradle
@@ -8,8 +8,8 @@ android {
applicationId "cn.xausky.umm"
minSdkVersion 21
targetSdkVersion 23
- versionCode 400
12
- versionName "4.0.0"
+ versionCode 410
+ versionName "4.1.0"
13
ndk{
14
abiFilters "armeabi-v7a","x86"
15
}
0 commit comments