Skip to content
This repository was archived by the owner on Feb 7, 2019. It is now read-only.

Commit 2d171e8

Browse files
committed
Merge pull request #17 from AntonDobrev/patch-2
Update AndroidManifest.xml
2 parents 0d86117 + f2e20df commit 2d171e8

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

platforms/android/AndroidManifest.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
android:versionCode="1"
3-
android:versionName="1.0" >
1+
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
42

5-
<uses-permission android:name="android.permission.GET_ACCOUNTS" />
63
<uses-permission android:name="android.permission.WAKE_LOCK" />
74
<uses-permission android:name="com.google.android.c2dm.permission.RECEIVE" />
85
<application>
@@ -24,4 +21,4 @@
2421
</intent-filter>
2522
</service>
2623
</application>
27-
</manifest>
24+
</manifest>

0 commit comments

Comments
 (0)