More complete stub sources

This commit is contained in:
topjohnwu
2021-01-22 20:45:37 -08:00
parent 5798536559
commit 2e0f7a82fa
12 changed files with 65 additions and 25 deletions

View File

@ -20,6 +20,7 @@ object Config {
val version: String = get("version") ?: commitHash
val versionCode: Int get() = get("magisk.versionCode")!!.toInt()
val stubVersion: String get() = get("magisk.stubVersion")!!
}
class MagiskPlugin : Plugin<Project> {