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() {
11
11
}
12
12
13
13
android {
14
- signingConfigs {
15
- config {
16
- keyAlias' qrbarcode'
17
- keyPassword ' QRBarcode2021'
18
- storeFile file(' ../keystore-qrbarcode.jks' )
19
- storePassword ' QRBarcode2021'
20
- }
21
- }
22
-
23
14
buildToolsVersion " 30.0.3"
24
15
compileSdkVersion 32
25
16
@@ -38,7 +29,6 @@ android {
38
29
minifyEnabled true
39
30
proguardFiles getDefaultProguardFile(' proguard-android-optimize.txt' ), ' proguard-rules.pro'
40
31
versionNameSuffix " build:" + BUILD_DATE
41
- signingConfig signingConfigs. config
42
32
}
43
33
debug {
44
34
debuggable true
@@ -74,4 +64,4 @@ dependencies {
74
64
}
75
65
76
66
apply 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