UNPKG
test-gcanvas-node
Version:
latest (1.0.1)
1.0.1
1.0.0
gcanvas for node developer
test-gcanvas-node
/
GCanvas
/
android
/
gcanvas_library
/
AndroidManifest.xml
8 lines
(7 loc)
•
248 B
text/xml
View Raw
1
2
3
4
5
6
7
8
<
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
>