mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2024-11-10 01:02:22 +01:00
3fc6a139ee
This commit introduces an annotation processor for patches. Patches can use the `@Patch` instead of super constructor parameters. BREAKING CHANGE: The manifest for patches has been removed, and the properties have been added to patches. Patches are now `OptionsContainer`. The `@Patch` annotation has been removed in favour of the `@Patch` annotation from the annotation processor.
31 lines
No EOL
1.6 KiB
TOML
31 lines
No EOL
1.6 KiB
TOML
[versions]
|
|
android = "4.1.1.4"
|
|
kotlin-reflect = "1.9.0"
|
|
apktool-lib = "2.8.2-6"
|
|
kotlin-test = "1.8.20-RC"
|
|
kotlinx-coroutines-core = "1.7.1"
|
|
multidexlib2 = "3.0.3.r2"
|
|
smali = "3.0.3"
|
|
symbol-processing-api = "1.9.0-1.0.11"
|
|
xpp3 = "1.1.4c"
|
|
binary-compatibility-validator = "0.13.2"
|
|
kotlin-compile-testing-ksp = "1.5.0"
|
|
kotlinpoet-ksp = "1.14.2"
|
|
ksp = "1.9.0-1.0.11"
|
|
|
|
[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-lib", 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" }
|
|
symbol-processing-api = { module = "com.google.devtools.ksp:symbol-processing-api", version.ref = "symbol-processing-api" }
|
|
xpp3 = { module = "xpp3:xpp3", version.ref = "xpp3" }
|
|
kotlin-compile-testing = { module = "com.github.tschuchortdev:kotlin-compile-testing-ksp", version.ref = "kotlin-compile-testing-ksp" }
|
|
kotlinpoet-ksp = { module = "com.squareup:kotlinpoet-ksp", version.ref = "kotlinpoet-ksp" }
|
|
|
|
[plugins]
|
|
binary-compatibility-validator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version.ref = "binary-compatibility-validator" }
|
|
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" } |