mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-25 05:20:17 +00:00
change Android target to Android 9 - fixes problem with permissions
This commit is contained in:
parent
fd00b49edd
commit
3dea6b79fa
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ PlayerSettings:
|
|||
buildNumber: {}
|
||||
AndroidBundleVersionCode: 10
|
||||
AndroidMinSdkVersion: 16
|
||||
AndroidTargetSdkVersion: 0
|
||||
AndroidTargetSdkVersion: 28
|
||||
AndroidPreferredInstallLocation: 1
|
||||
aotOptions:
|
||||
stripEngineCode: 1
|
||||
|
|
Loading…
Reference in a new issue