mirror of
https://github.com/yairm210/Unciv.git
synced 2025-01-25 02:16:06 +07:00
chore: identifier moved to BuildConfig
This commit is contained in:
parent
ce25cbf787
commit
3237d0a07d
@ -27,8 +27,8 @@ android {
|
||||
resources.excludes += "DebugProbesKt.bin"
|
||||
}
|
||||
defaultConfig {
|
||||
namespace = "com.unciv.app"
|
||||
applicationId = "com.unciv.app"
|
||||
namespace = BuildConfig.identifier
|
||||
applicationId = BuildConfig.identifier
|
||||
minSdk = 21
|
||||
targetSdk = 33 // See #5044
|
||||
versionCode = BuildConfig.appCodeNumber
|
||||
|
@ -10,4 +10,6 @@ object BuildConfig {
|
||||
const val gdxVersion = "1.12.1"
|
||||
const val ktorVersion = "2.3.12"
|
||||
const val coroutinesVersion = "1.8.1"
|
||||
|
||||
const val identifier = "com.unciv.app"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user