v0.4.2: VBOs now work with android 2.2

This commit is contained in:
Evan Debenham
2016-08-22 03:40:14 -04:00
committed by Evan Debenham
parent b821bfddf8
commit 9f8981db07
6 changed files with 84 additions and 6 deletions
+6
View File
@@ -1,6 +1,12 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.watabou">
<uses-sdk
android:minSdkVersion="8"/>
<uses-feature
android:glEsVersion="0x00020000"/>
<application
android:label="@string/app_name"
>