Skip to content

Commit

Permalink
Target Android SDK 29 (#49)
Browse files Browse the repository at this point in the history
* Target Android SDK 29
  • Loading branch information
Ivan Kopytko authored Mar 1, 2021
1 parent 77bcf8c commit 57664ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Assets/Plugins/Android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
xmlns:tools="http://schemas.android.com/tools">
<application
android:allowBackup="false"
tools:replace="android:allowBackup">
tools:replace="android:allowBackup"
android:requestLegacyExternalStorage="true">
<activity
android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen"
android:configChanges="locale|fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode"
Expand Down
2 changes: 1 addition & 1 deletion ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ PlayerSettings:
iPhone: 0
AndroidBundleVersionCode: 1
AndroidMinSdkVersion: 24
AndroidTargetSdkVersion: 26
AndroidTargetSdkVersion: 29
AndroidPreferredInstallLocation: 0
aotOptions:
stripEngineCode: 1
Expand Down

0 comments on commit 57664ea

Please sign in to comment.