Update project SDK and API key

Этот коммит содержится в:
Anton Tananaev
2015-12-26 09:42:32 +13:00
родитель b28175783a
Коммит 958366ccab
6 изменённых файлов: 33 добавлений и 76 удалений
+9 -4
Просмотреть файл
@@ -1,4 +1,9 @@
<fragment xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"
android:layout_height="match_parent" android:id="@+id/map" tools:context=".MainActivity"
android:name="com.google.android.gms.maps.SupportMapFragment" />
<fragment
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/map"
android:name="com.google.android.gms.maps.SupportMapFragment"
tools:context=".MainActivity" />
+5
Просмотреть файл
@@ -0,0 +1,5 @@
<resources>
<string name="google_maps_key" translatable="false" templateMergeStrategy="preserve">AIzaSyAMQYClXhA2tZdfCzu9EK9wUDWtCRQ6Bj0</string>
</resources>