This commit is contained in:
parent
c7b5738787
commit
c5efb2ce6c
@ -27,8 +27,8 @@ plugins {
|
||||
val staticIps = Properties().apply { file("static-ips.properties").reader().use { load(it) } }
|
||||
staticIps.stringPropertyNames().forEach { rootProject.extra[it] = staticIps.getProperty(it) }
|
||||
|
||||
val canonicalVersionCode = 1704
|
||||
val canonicalVersionName = "8.15.0"
|
||||
val canonicalVersionCode = 1705
|
||||
val canonicalVersionName = "8.15.1"
|
||||
val currentHotfixVersion = 0
|
||||
val maxHotfixVersions = 100
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user