More attempts to fix gradle cache on Windows

This commit is contained in:
topjohnwu
2020-12-27 20:13:50 -08:00
parent db4f78d463
commit 4662454938
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ android {
defaultConfig {
applicationId = "com.topjohnwu.magisk"
versionCode = 1
versionName = Config["appVersion"]
versionName = Config.appVersion
buildConfigField("String", "DEV_CHANNEL", Config["DEV_CHANNEL"] ?: "null")
buildConfigField("boolean", "CANARY", if (canary) "true" else "false")
}