Last active
February 9, 2018 07:07
-
-
Save ckdevrel/52144babe65f6f5d5b23658457cee8e9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
buildTypes { | |
release { | |
minifyEnabled false | |
proguardFiles getDefaultProguardFile('proguard-android.txt') | |
, 'proguard-rules.pro' | |
} | |
applicationVariants.all { variant -> | |
variant.buildConfigField "String", "GOOGLE_MAPS_API_KEY" | |
, "\""+getApiKey()+"\"" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment