Specify min android SDK version of 14

This commit is contained in:
Derek Bailey 2022-11-23 11:54:36 -08:00
parent 8f625561d0
commit 5a42b2c76c
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.FlatBufferTest">
<uses-sdk android:minSdkVersion="14"/>
<uses-feature android:glEsVersion="0x00020000"></uses-feature>
<!-- This .apk has no Java code itself, so set hasCode to false. -->