File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed
Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,6 @@ static def getBuildDate() {
1111}
1212
1313android {
14- signingConfigs {
15- config {
16- keyAlias' qrbarcode'
17- keyPassword ' QRBarcode2021'
18- storeFile file(' ../keystore-qrbarcode.jks' )
19- storePassword ' QRBarcode2021'
20- }
21- }
22-
2314 buildToolsVersion " 30.0.3"
2415 compileSdkVersion 32
2516
@@ -38,7 +29,6 @@ android {
3829 minifyEnabled true
3930 proguardFiles getDefaultProguardFile(' proguard-android-optimize.txt' ), ' proguard-rules.pro'
4031 versionNameSuffix " build:" + BUILD_DATE
41- signingConfig signingConfigs. config
4232 }
4333 debug {
4434 debuggable true
@@ -74,4 +64,4 @@ dependencies {
7464}
7565
7666apply plugin : ' com.google.gms.google-services'
77- apply plugin : ' com.android.application'
67+ apply plugin : ' com.android.application'
You can’t perform that action at this time.
0 commit comments