Tango: increased min API to 21

This commit is contained in:
matlabbe
2017-05-08 11:51:51 -04:00
parent 842da98e61
commit fffd3592d3

View File

@@ -15,7 +15,7 @@
<uses-feature android:glEsVersion="0x00020000" />
<!-- This is the platform API where NativeActivity was introduced. -->
<uses-sdk android:minSdkVersion="19" />
<uses-sdk android:minSdkVersion="21" />
<!-- This .apk has no Java code itself, so set hasCode to false. -->
<application