2023-09-20 05:33:02 +02:00
|
|
|
[versions]
|
2024-11-05 19:28:51 +01:00
|
|
|
revanced-patcher = "21.0.0"
|
2024-10-10 19:43:01 +02:00
|
|
|
# Tracking https://github.com/google/smali/issues/64.
|
2024-05-31 01:44:08 +02:00
|
|
|
#noinspection GradleDependency
|
2024-10-10 19:43:01 +02:00
|
|
|
smali = "3.0.5"
|
2024-07-20 06:14:19 +02:00
|
|
|
gson = "2.11.0"
|
2024-10-10 19:43:01 +02:00
|
|
|
# 8.3.0 causes java verifier error: https://github.com/ReVanced/revanced-patches/issues/2818.
|
|
|
|
#noinspection GradleDependency
|
|
|
|
agp = "8.2.2"
|
2024-11-05 19:28:51 +01:00
|
|
|
annotation = "1.9.1"
|
2024-10-10 19:43:01 +02:00
|
|
|
appcompat = "1.7.0"
|
|
|
|
okhttp = "5.0.0-alpha.14"
|
|
|
|
retrofit = "2.11.0"
|
|
|
|
guava = "33.2.1-jre"
|
2023-09-20 05:33:02 +02:00
|
|
|
|
|
|
|
[libraries]
|
|
|
|
gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
|
2024-10-10 19:43:01 +02:00
|
|
|
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" }
|
|
|
|
|
2023-12-02 22:35:13 +01:00
|
|
|
|
|
|
|
[plugins]
|
2024-10-10 19:43:01 +02:00
|
|
|
android-library = { id = "com.android.library", version.ref = "agp" }
|