Merge pull request #17 from tapz/patch-1

Remove uses-sdk from AndroidManifest.xml
This commit is contained in:
Mathieu Acthernoene 2018-10-10 18:36:33 +02:00 committed by GitHub
commit 1e4472b9f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.reactcommunity.rnlanguages" >
<uses-sdk android:minSdkVersion="16" />
</manifest>