mirror of
https://github.com/godotengine/godot.git
synced 2025-10-28 20:24:41 +00:00
Update android:targetSdkVersion from 30 to 31
Starting in August 2022, new apps will need to target API level 31 (Android 12) or higher and adjust for behavioral changes. Read more here: https://developer.android.com/google/play/requirements/target-sdk
This commit is contained in:
parent
1c54057933
commit
ec6d5d6cba
5 changed files with 6 additions and 3 deletions
|
|
@ -49,6 +49,7 @@
|
|||
android:process=":GodotEditor"
|
||||
android:launchMode="singleTask"
|
||||
android:screenOrientation="userLandscape"
|
||||
android:exported="false"
|
||||
android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen">
|
||||
<layout android:defaultHeight="@dimen/editor_default_window_height"
|
||||
android:defaultWidth="@dimen/editor_default_window_width" />
|
||||
|
|
@ -60,6 +61,7 @@
|
|||
android:label="@string/godot_project_name_string"
|
||||
android:process=":GodotGame"
|
||||
android:launchMode="singleTask"
|
||||
android:exported="false"
|
||||
android:screenOrientation="userLandscape"
|
||||
android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen">
|
||||
<layout android:defaultHeight="@dimen/editor_default_window_height"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue