mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-22 06:48:43 -06:00
update android metadata
This commit is contained in:
parent
e4ce6f290e
commit
3a9a452fda
|
@ -52,3 +52,16 @@ apk_name = "kubi"
|
||||||
theme = "@android:style/Theme.DeviceDefault.NoActionBar.Fullscreen"
|
theme = "@android:style/Theme.DeviceDefault.NoActionBar.Fullscreen"
|
||||||
label = "Kubi"
|
label = "Kubi"
|
||||||
orientation = "sensorLandscape"
|
orientation = "sensorLandscape"
|
||||||
|
|
||||||
|
[package.metadata.android.sdk]
|
||||||
|
min_sdk_version = 16
|
||||||
|
target_sdk_version = 30
|
||||||
|
|
||||||
|
[[package.metadata.android.uses_feature]]
|
||||||
|
required = true
|
||||||
|
glEsVersion = 0x00030000
|
||||||
|
|
||||||
|
[package.metadata.android.application.activity]
|
||||||
|
config_changes = "orientation|keyboardHidden|screenLayout|screenSize"
|
||||||
|
exported = true
|
||||||
|
resizeable_activity = true
|
||||||
|
|
Loading…
Reference in a new issue