revanced-integrations/gradle/libs.versions.toml

20 lines
842 B
TOML
Raw Permalink Normal View History

[versions]
2024-04-23 18:47:12 +02:00
#noinspection GradleDependency
2024-03-04 10:33:09 +01:00
agp = "8.2.2" # 8.3.0 causes java verifier error: https://github.com/ReVanced/revanced-patches/issues/2818
2024-05-26 01:05:32 +02:00
annotation = "1.8.0"
kotlin = "2.0.0"
appcompat = "1.7.0-rc01"
okhttp = "5.0.0-alpha.14"
2024-04-23 18:47:12 +02:00
retrofit = "2.11.0"
[libraries]
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" }
[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }
android-library = { id = "com.android.library", version.ref = "agp" }
kotlin = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }