Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tohodog committed Jan 5, 2019
1 parent eba8fe6 commit b23e6a4
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,6 @@ android {
compileSdkVersion 27


signingConfigs {
release {
keyAlias 'song'
keyPassword 'key2923584'
storeFile file('song.jks')
storePassword 'store2923584'
//v2SigningEnabled false//关闭Scheme v2
}
}

defaultConfig {
applicationId "org.song.demo"
minSdkVersion 15
Expand Down Expand Up @@ -41,7 +31,6 @@ android {
zipAlignEnabled true//zipAlign优化
shrinkResources false//移除无用的Resources文件
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
signingConfig signingConfigs.release //加签名

}
}
Expand Down

0 comments on commit b23e6a4

Please sign in to comment.