Browse Source

Reactivation of signingConfigs and buildTypes commented by mistake.

duke
gilardh 4 years ago
parent
commit
a78cf83b62
  1. 4
      app/build.gradle

4
app/build.gradle

@ -23,7 +23,7 @@ android {
vectorDrawables.useSupportLibrary = true
}
/*
signingConfigs {
release {
storeFile file(secretProperties["store_file_location"])
@ -40,7 +40,7 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
*/
}
dependencies {

Loading…
Cancel
Save