cmd/gogio: lower minimum OpenGL ES to 2.0 on Android

The Fairphone 2 only supports OpenGL ES 2.0, but otherwise seems
capable of running Gio. By lowering the minimum requirement, Gio apps
will be available in the Play Store for Fairphone 2 devices.

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2020-10-12 15:16:56 +02:00
parent f942db9e25
commit e690c14ddc
+1 -1
View File
@@ -19,7 +19,7 @@ var AndroidPermissions = map[string][]string{
}
var AndroidFeatures = map[string][]string{
"default": {`glEsVersion="0x00030000"`, `name="android.hardware.type.pc"`},
"default": {`glEsVersion="0x00020000"`, `name="android.hardware.type.pc"`},
"bluetooth": {
`name="android.hardware.bluetooth"`,
`name="android.hardware.bluetooth_le"`,