mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-03 09:41:52 +00:00
Make versionCode unconfigurable
This commit is contained in:
@@ -22,7 +22,6 @@ android {
|
||||
multiDexEnabled = true
|
||||
versionName = Config.appVersion
|
||||
versionCode = Config.appVersionCode
|
||||
buildConfigField("int", "LATEST_MAGISK", Config.magiskVersionCode.toString())
|
||||
|
||||
javaCompileOptions.annotationProcessorOptions.arguments(
|
||||
mapOf("room.incremental" to "true")
|
||||
|
||||
Reference in New Issue
Block a user