Commit a843410 1 parent d60857e commit a843410 Copy full SHA for a843410
File tree 3 files changed +13
-4
lines changed
platform/android/MapLibreAndroid/src
3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change
1
+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
2
+ <!-- OpenGL ES 3.0 required -->
3
+ <uses-feature
4
+ android : glEsVersion =" 0x00030000"
5
+ android : required =" true" />
6
+ </manifest >
Original file line number Diff line number Diff line change 1
1
<manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
2
-
3
- <uses-feature
4
- android : glEsVersion =" 0x00030000"
5
- android : required =" true" />
6
2
<uses-feature
7
3
android : name =" android.hardware.wifi"
8
4
android : required =" false" /> <!-- Implied by ACCESS_WIFI_STATE. -->
Original file line number Diff line number Diff line change
1
+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
2
+ <!-- Vulkan 1.0 required -->
3
+ <uses-feature
4
+ android : name =" android.hardware.vulkan.version"
5
+ android : version =" 0x400003"
6
+ android : required =" true" />
7
+ </manifest >
You can’t perform that action at this time.
0 commit comments