소스 검색

remove sdkVersions from Example manifest per #63

Yonah Forst 7 년 전
부모
커밋
5de5d9dcae
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0
    3
      Example/android/app/src/main/AndroidManifest.xml

+ 0
- 3
Example/android/app/src/main/AndroidManifest.xml 파일 보기

@@ -13,9 +13,6 @@
13 13
     <uses-permission android:name="android.permission.READ_CONTACTS"/>
14 14
     <uses-permission android:name="android.permission.READ_CALENDAR"/>
15 15
 
16
-    <uses-sdk
17
-        android:minSdkVersion="18"
18
-        android:targetSdkVersion="23" />
19 16
 
20 17
     <application
21 18
       android:name=".MainApplication"