Skip to content

Commit

Permalink
-2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tohodog committed May 12, 2018
1 parent 730ff09 commit 508f554
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,6 @@ android {
compileSdkVersion 26
buildToolsVersion '26.0.2'

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

defaultConfig {
applicationId "org.song.demo"
Expand Down Expand Up @@ -41,7 +32,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 508f554

Please sign in to comment.