Skip to content

Commit e40a15c

Browse files
authored
Merge pull request #601 from guhungry/patch-1
[Android] Fix: Can't compile due to define minSdk in AndroidManifest.xml
2 parents add6589 + de5db19 commit e40a15c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

android/src/main/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
package="cn.jpush.reactnativejpush">
33

4-
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="22" />
54
<!-- Required 自定义用来收发消息的相关权限 -->
65
<permission
76
android:name="${applicationId}.permission.JPUSH_MESSAGE"

0 commit comments

Comments
 (0)