We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bbeeb3 commit 9e7a6a1Copy full SHA for 9e7a6a1
1 file changed
app/build.gradle
@@ -11,15 +11,6 @@ static def getBuildDate() {
11
}
12
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
buildToolsVersion "30.0.3"
24
compileSdkVersion 32
25
@@ -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'
0 commit comments