Skip to content

Commit

Permalink
Remove signingConfigs
Browse files Browse the repository at this point in the history
  • Loading branch information
eby8zevin authored May 25, 2023
1 parent 6bbeeb3 commit 9e7a6a1
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,6 @@ static def getBuildDate() {
}

android {
signingConfigs {
config {
keyAlias'qrbarcode'
keyPassword 'QRBarcode2021'
storeFile file('../keystore-qrbarcode.jks')
storePassword 'QRBarcode2021'
}
}

buildToolsVersion "30.0.3"
compileSdkVersion 32

Expand All @@ -38,7 +29,6 @@ android {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
versionNameSuffix " build:" + BUILD_DATE
signingConfig signingConfigs.config
}
debug {
debuggable true
Expand Down Expand Up @@ -74,4 +64,4 @@ dependencies {
}

apply plugin: 'com.google.gms.google-services'
apply plugin: 'com.android.application'
apply plugin: 'com.android.application'

0 comments on commit 9e7a6a1

Please sign in to comment.