Skip to content

Commit

Permalink
Update AndroidManifest.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
watabou committed Oct 1, 2015
1 parent f808f85 commit a204877
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@
android:label="@string/app_name"
android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen"
android:allowBackup="true">

<meta-data android:name="com.google.android.gms.version"
android:value="@integer/google_play_services_version" />
<meta-data android:name="com.google.android.gms.appstate.APP_ID"
android:value="@string/app_id" />

<activity
android:label="@string/app_name"
Expand All @@ -42,4 +37,4 @@
</activity>
</application>

</manifest>
</manifest>

0 comments on commit a204877

Please sign in to comment.