mirror of
https://github.com/alibaba/GCanvas.git
synced 2025-12-08 17:36:42 +00:00
8 lines
248 B
XML
8 lines
248 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.taobao.gcanvas"
|
|
android:versionCode="1"
|
|
android:versionName="1.0" >
|
|
<uses-feature android:glEsVersion="0x00020000" />
|
|
<application />
|
|
</manifest>
|