Skip to content

Commit

Permalink
update gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
lovejjfg committed Nov 4, 2017
1 parent 14d0329 commit f8bff9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ android {
}
buildTypes {
release {
shrinkResources false
minifyEnabled false
shrinkResources true
minifyEnabled true
signingConfig signingConfigs.release
debuggable true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
buildConfigField "boolean", "IS_DEBUG", "true"//default false
buildConfigField "boolean", "IS_DEBUG", "false"//default false
ndk {
//设置支持的SO库架构
abiFilters 'armeabi' //, 'x86', 'armeabi-v7a', 'x86_64', 'arm64-v8a'
Expand Down

0 comments on commit f8bff9e

Please sign in to comment.