Skip to content

Commit

Permalink
Hotfix: Fix build version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhongyi Tong committed Jan 27, 2017
1 parent f23316c commit f1ae8c9
Showing 1 changed file with 2 additions and 2 deletions.
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 "xyz.monkeytong.hongbao"
minSdkVersion 19
targetSdkVersion 25
versionCode 4
versionName "v4.0.0"
versionCode 5
versionName "v4.0.1"
ndk {
//设置支持的SO库架构
abiFilters 'armeabi', 'armeabi-v7a' //, 'x86', 'armeabi-v7a', 'x86_64', 'arm64-v8a'
Expand Down

0 comments on commit f1ae8c9

Please sign in to comment.