Skip to content

Commit dddee78

Browse files
authored
Merge pull request #1 from dkfl1995/dkfl1995-minSDK-patch
Fixed compiling with minSDK in manifest file error
2 parents 108bf75 + d602b9e commit dddee78

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.airbnb.android.react.maps" >
4-
<uses-sdk android:minSdkVersion="16" />
54
<uses-permission android:name="android.permission.INTERNET" />
65
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
76
</manifest>

0 commit comments

Comments
 (0)