mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2024-11-10 01:02:22 +01:00
4456031459
Unfortunately processing annotations required generating new classes which turned out to be quite cumbersome to work with, especially when trying to publish an API. Therefor, the patch annotation retention is now `RUNTIME`. BREAKING CHANGE: Various patch constructor signatures have changed.
23 lines
1.1 KiB
TOML
23 lines
1.1 KiB
TOML
[versions]
|
|
android = "4.1.1.4"
|
|
kotlin-reflect = "1.9.0"
|
|
apktool-lib = "2.9.1"
|
|
kotlin-test = "1.8.20-RC"
|
|
kotlinx-coroutines-core = "1.7.3"
|
|
multidexlib2 = "3.0.3.r3"
|
|
smali = "3.0.3"
|
|
xpp3 = "1.1.4c"
|
|
binary-compatibility-validator = "0.13.2"
|
|
|
|
[libraries]
|
|
android = { module = "com.google.android:android", version.ref = "android" }
|
|
kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin-reflect" }
|
|
apktool-lib = { module = "app.revanced:apktool", version.ref = "apktool-lib" }
|
|
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin-test" }
|
|
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinx-coroutines-core" }
|
|
multidexlib2 = { module = "app.revanced:multidexlib2", version.ref = "multidexlib2" }
|
|
smali = { module = "com.android.tools.smali:smali", version.ref = "smali" }
|
|
xpp3 = { module = "xpp3:xpp3", version.ref = "xpp3" }
|
|
|
|
[plugins]
|
|
binary-compatibility-validator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version.ref = "binary-compatibility-validator" }
|