Browse Source

Update build.gradle

chat^2
N1CK145 4 years ago
committed by GitHub
parent
commit
8e636145a3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      app/build.gradle

4
app/build.gradle

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

Loading…
Cancel
Save