mirror of
https://github.com/revanced/revanced-patches
synced 2024-12-02 18:12:57 +01:00
8da05ab46d
Co-authored-by: Ushie <ushiekane@gmail.com>
27 lines
976 B
TOML
27 lines
976 B
TOML
[versions]
|
|
revanced-patcher = "21.0.0"
|
|
# Tracking https://github.com/google/smali/issues/64.
|
|
#noinspection GradleDependency
|
|
smali = "3.0.5"
|
|
gson = "2.11.0"
|
|
# 8.3.0 causes java verifier error: https://github.com/ReVanced/revanced-patches/issues/2818.
|
|
#noinspection GradleDependency
|
|
agp = "8.2.2"
|
|
annotation = "1.9.1"
|
|
appcompat = "1.7.0"
|
|
okhttp = "5.0.0-alpha.14"
|
|
retrofit = "2.11.0"
|
|
guava = "33.2.1-jre"
|
|
|
|
[libraries]
|
|
gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
|
|
annotation = { module = "androidx.annotation:annotation", version.ref = "annotation" }
|
|
appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
|
|
okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
|
|
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
|
|
guava = { module = "com.google.guava:guava", version.ref = "guava" }
|
|
|
|
|
|
[plugins]
|
|
android-library = { id = "com.android.library", version.ref = "agp" }
|