Skip to content

Commit

Permalink
更新 4.1.0 版本
Browse files Browse the repository at this point in the history
  • Loading branch information
xausky committed Jan 12, 2020
1 parent 497391e commit 05859c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ build/
/captures
.externalNativeBuild
.vscode
build
build
release
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "cn.xausky.umm"
minSdkVersion 21
targetSdkVersion 23
versionCode 400
versionName "4.0.0"
versionCode 410
versionName "4.1.0"
ndk{
abiFilters "armeabi-v7a","x86"
}
Expand Down

0 comments on commit 05859c9

Please sign in to comment.