Ensure stub APK is expected

Fix #7884
This commit is contained in:
topjohnwu
2024-03-08 17:09:54 -08:00
parent d56f4fbc90
commit dbf6e40dfe
6 changed files with 55 additions and 44 deletions

View File

@@ -21,7 +21,6 @@ android {
applicationId = "com.topjohnwu.magisk"
versionCode = 1
versionName = "1.0"
buildConfigField("int", "STUB_VERSION", Config.stubVersion)
buildConfigField("String", "APK_URL", url?.let { "\"$it\"" } ?: "null" )
}