Docker: backward compatibility for yellowstone API=19

This commit is contained in:
matlabbe
2017-05-09 11:55:08 -04:00
parent 9d18f7b15f
commit 5893e42a8d
2 changed files with 2 additions and 2 deletions

View File

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