mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-19 14:01:46 +00:00
Use GitHub pages URLs for public channel JSONs
This commit is contained in:
@@ -3,11 +3,14 @@ plugins {
|
||||
}
|
||||
|
||||
android {
|
||||
val canary = !Config["appVersion"].orEmpty().contains(".")
|
||||
|
||||
defaultConfig {
|
||||
applicationId = "com.topjohnwu.magisk"
|
||||
versionCode = 1
|
||||
versionName = Config["appVersion"]
|
||||
buildConfigField("String", "DEV_CHANNEL", Config["DEV_CHANNEL"] ?: "null")
|
||||
buildConfigField("boolean", "CANARY", if (canary) "true" else "false")
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
|
Reference in New Issue
Block a user