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