Browse Source

Enabled signing Keys

duke
N1CK145 5 years ago
parent
commit
99ad45118f
  1. 4
      app/build.gradle

4
app/build.gradle

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

Loading…
Cancel
Save