Created
February 9, 2018 05:05
-
-
Save ckdevrel/6ddfd4fd1919273c43d9bb26091acf2b 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
defaultConfig { | |
defaultPublishConfig 'debug' | |
applicationId "YOUR_APPLICATION_ID" | |
minSdkVersion 19 | |
targetSdkVersion 27 | |
versionCode 1000 | |
versionName '0.1.0' | |
manifestPlaceholders = [ GOOGLE_MAPS_API_KEY:getApiKey()] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment