mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-04-29 14:14:36 +02:00
21 lines
771 B
TOML
21 lines
771 B
TOML
[versions]
|
|
revanced-patcher = "21.0.0"
|
|
# Tracking https://github.com/google/smali/issues/64.
|
|
#noinspection GradleDependency
|
|
smali = "3.0.5"
|
|
gson = "2.12.1"
|
|
agp = "8.2.2"
|
|
annotation = "1.9.1"
|
|
collections4 = "4.5.0-M3"
|
|
lang3 = "3.17.0"
|
|
preference = "1.2.1"
|
|
|
|
[libraries]
|
|
gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
|
|
annotation = { module = "androidx.annotation:annotation", version.ref = "annotation" }
|
|
collections4 = { module = "org.apache.commons:commons-collections4", version.ref = "collections4" }
|
|
lang3 = { module = "org.apache.commons:commons-lang3", version.ref = "lang3" }
|
|
preference = { module = "androidx.preference:preference", version.ref = "preference" }
|
|
|
|
[plugins]
|
|
android-library = { id = "com.android.library", version.ref = "agp" } |