Remove google_maps_api from version control.
This commit is contained in:
parent
6bc3b77b79
commit
e02ff42a85
3 changed files with 2 additions and 35 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
@ -26,6 +26,7 @@ release/
|
||||||
*/bin/
|
*/bin/
|
||||||
*/gen/
|
*/gen/
|
||||||
*/build/
|
*/build/
|
||||||
|
*/debug/
|
||||||
*/release/
|
*/release/
|
||||||
|
|
||||||
# proguard stuff
|
# proguard stuff
|
||||||
|
@ -48,16 +49,6 @@ build.xml
|
||||||
*.iml
|
*.iml
|
||||||
*.ipr
|
*.ipr
|
||||||
*.iws
|
*.iws
|
||||||
*.log/app/src/main/res/cryptowallpapertwo.png
|
|
||||||
/app/src/main/res/drawable-hdpi/cryptowallpaperone.png
|
|
||||||
/app/src/main/res/drawable-hdpi/cryptowallpapertwo.png
|
|
||||||
/app/src/main/res/drawable-mdpi/cryptowallpaperone.png
|
|
||||||
/app/src/main/res/drawable-mdpi/cryptowallpapertwo.png
|
|
||||||
/app/src/main/res/drawable-xxhdpi/cryptowallpaperone.png
|
|
||||||
/app/src/main/res/drawable-xxhdpi/cryptowallpapertwo.png
|
|
||||||
/app/src/main/res/drawable-xxxhdpi/cryptowallpaperone.png
|
|
||||||
/app/src/main/res/drawable-xxxhdpi/cryptowallpapertwo.png
|
|
||||||
/captures/de.bitsharesmunich.blockpos_2016.09.02_15.23.txt
|
|
||||||
|
|
||||||
# Fabric plugin
|
# Fabric plugin
|
||||||
app/fabric.properties
|
app/fabric.properties
|
||||||
|
|
|
@ -1,24 +0,0 @@
|
||||||
<resources>
|
|
||||||
<!--
|
|
||||||
Before you run your application, you need a Google Maps API key.
|
|
||||||
|
|
||||||
To get one, follow this link, follow the directions and press "Create" at the end:
|
|
||||||
|
|
||||||
https://console.developers.google.com/flows/enableapi?apiid=maps_android_backend&keyType=CLIENT_SIDE_ANDROID&r=08:07:B8:EC:7B:1E:00:82:29:24:A8:08:A6:AD:84:76:1C:D2:69:1A%3Bcy.agorise.bitsybitshareswallet.activities
|
|
||||||
|
|
||||||
You can also add your credentials to an existing key, using these values:
|
|
||||||
|
|
||||||
Package name:
|
|
||||||
08:07:B8:EC:7B:1E:00:82:29:24:A8:08:A6:AD:84:76:1C:D2:69:1A
|
|
||||||
|
|
||||||
SHA-1 certificate fingerprint:
|
|
||||||
08:07:B8:EC:7B:1E:00:82:29:24:A8:08:A6:AD:84:76:1C:D2:69:1A
|
|
||||||
|
|
||||||
Alternatively, follow the directions here:
|
|
||||||
https://developers.google.com/maps/documentation/android/start#get-key
|
|
||||||
|
|
||||||
Once you have your key (it starts with "AIza"), replace the "google_maps_key"
|
|
||||||
string in this file.
|
|
||||||
-->
|
|
||||||
<string name="google_maps_key" translatable="false" templateMergeStrategy="preserve">AIzaSyDIYbjdkZqbLUINQXrAzNSjNwep5jGNjKA</string>
|
|
||||||
</resources>
|
|
|
@ -51,7 +51,7 @@
|
||||||
android:screenOrientation="portrait"
|
android:screenOrientation="portrait"
|
||||||
android:theme="@style/Theme.Bitsy.NoActionBar"
|
android:theme="@style/Theme.Bitsy.NoActionBar"
|
||||||
android:windowSoftInputMode="adjustPan"/>
|
android:windowSoftInputMode="adjustPan"/>
|
||||||
<!-- Used to share QR code on QRCodeActivity -->
|
<!-- Used to share Images like the QR code and the eReceipt -->
|
||||||
<provider
|
<provider
|
||||||
android:name="androidx.core.content.FileProvider"
|
android:name="androidx.core.content.FileProvider"
|
||||||
android:authorities="cy.agorise.bitsybitshareswallet.FileProvider"
|
android:authorities="cy.agorise.bitsybitshareswallet.FileProvider"
|
||||||
|
|
Loading…
Reference in a new issue