mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions.git
synced 2025-12-10 12:12:01 +01:00
Revert "Use Gradle version catalog to simplify dependencies (#10938)"
This reverts commit c83960aaef.
This commit is contained in:
@@ -17,7 +17,7 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly(libs.kotlin.stdlib)
|
||||
compileOnly(libs.okhttp)
|
||||
compileOnly(libs.jsoup)
|
||||
compileOnly(Dependencies.kotlin.stdlib)
|
||||
compileOnly(Dependencies.okhttp)
|
||||
compileOnly(Dependencies.jsoup)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user