File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ android {
1111 testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
1212 }
1313
14- signingConfigs {
15- releaseSign { // 正式签名
16- keyAlias KEY_ALIAS
17- keyPassword KEY_PASSWORD
18- storeFile file(STORE_FILE )
19- storePassword STORE_PASSWORD
20- }
21- }
14+ // signingConfigs {
15+ // releaseSign { //正式签名
16+ // keyAlias KEY_ALIAS
17+ // keyPassword KEY_PASSWORD
18+ // storeFile file(STORE_FILE)
19+ // storePassword STORE_PASSWORD
20+ // }
21+ // }
2222
2323 buildTypes { // 构建的类型方式
2424 release {
@@ -28,7 +28,7 @@ android {
2828 minifyEnabled true // 编译时是否混淆
2929 proguardFiles getDefaultProguardFile(' proguard-android-optimize.txt' ), ' proguard-rules.pro'
3030
31- signingConfig signingConfigs. releaseSign // 签名信息
31+ // signingConfig signingConfigs.releaseSign //签名信息
3232 }
3333 }
3434}
You can’t perform that action at this time.
0 commit comments