Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
add signing config
  • Loading branch information
jclark118 authored Oct 30, 2023
1 parent 8f83e30 commit 51adcec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mapcache/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ android {
buildTypes {
release {
minifyEnabled false
signingConfig signingConfigs.release
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
resValue "string", "GOOGLE_MAPS_ANDROID_API_KEY", googleMapsApiReleaseKey
}
Expand Down

0 comments on commit 51adcec

Please sign in to comment.