Skip to content

Commit

Permalink
fixed map api key issue
Browse files Browse the repository at this point in the history
  • Loading branch information
varunon9 committed Aug 26, 2018
1 parent 4c54540 commit 920c401
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "me.varunon9.sellmyservices"
minSdkVersion 17
targetSdkVersion 26
versionCode 1
versionName "1.0"
versionCode 3
versionName "1.0.2"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
Binary file modified app/release/app-release.apk
Binary file not shown.
2 changes: 1 addition & 1 deletion app/release/output.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":3,"versionName":"1.0.2","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]
4 changes: 3 additions & 1 deletion app/src/release/res/values/google_maps_api.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@
Once you have your key (it starts with "AIza"), replace the "google_maps_key"
string in this file.
-->
<string name="google_maps_key" templateMergeStrategy="preserve" translatable="false">YOUR_KEY_HERE</string>
<string name="google_maps_key" templateMergeStrategy="preserve" translatable="false">
AIzaSyCzXnYZuVd-6Ked8spzUkJk8W34zQU2uGw
</string>
</resources>

0 comments on commit 920c401

Please sign in to comment.