Skip to content

Commit 9e7a6a1

Browse files
authored
Remove signingConfigs
1 parent 6bbeeb3 commit 9e7a6a1

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

app/build.gradle

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,6 @@ static def getBuildDate() {
1111
}
1212

1313
android {
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

7666
apply plugin: 'com.google.gms.google-services'
77-
apply plugin: 'com.android.application'
67+
apply plugin: 'com.android.application'

0 commit comments

Comments
 (0)