mirror of
https://github.com/yairm210/Unciv.git
synced 2024-12-22 23:04:25 +07:00
Android target SDK to 34
This commit is contained in:
parent
e21da50c52
commit
b76534a883
@ -30,7 +30,7 @@ android {
|
|||||||
namespace = BuildConfig.identifier
|
namespace = BuildConfig.identifier
|
||||||
applicationId = BuildConfig.identifier
|
applicationId = BuildConfig.identifier
|
||||||
minSdk = 21
|
minSdk = 21
|
||||||
targetSdk = 33 // See #5044
|
targetSdk = 34 // See #5044
|
||||||
versionCode = BuildConfig.appCodeNumber
|
versionCode = BuildConfig.appCodeNumber
|
||||||
versionName = BuildConfig.appVersion
|
versionName = BuildConfig.appVersion
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user