2022-03-04 15:58:31 +01:00
[ versions ]
2022-10-01 19:24:24 +02:00
aboutlib_version = "10.5.0"
2022-08-31 22:51:33 +02:00
okhttp_version = "5.0.0-alpha.10"
2022-03-04 15:58:31 +01:00
nucleus_version = "3.0.0"
2022-10-02 05:02:23 +02:00
coil_version = "2.2.2"
2022-07-31 17:43:46 +02:00
conductor_version = "3.1.7"
2022-03-04 15:58:31 +01:00
flowbinding_version = "1.2.0"
2022-10-09 16:37:36 +02:00
shizuku_version = "12.2.0"
2022-04-22 23:29:24 +02:00
sqldelight = "1.5.3"
2022-04-24 22:28:09 +02:00
leakcanary = "2.9.1"
2022-03-04 15:58:31 +01:00
[ libraries ]
android-shortcut-gradle = "com.github.zellius:android-shortcut-gradle-plugin:0.1.2"
2022-09-18 04:36:39 +02:00
google-services-gradle = "com.google.gms:google-services:4.3.14"
2022-03-04 15:58:31 +01:00
rxandroid = "io.reactivex:rxandroid:1.2.1"
rxjava = "io.reactivex:rxjava:1.3.8"
rxrelay = "com.jakewharton.rxrelay:rxrelay:1.2.0"
flowreactivenetwork = "ru.beryukhov:flowreactivenetwork:1.0.4"
okhttp-core = { module = "com.squareup.okhttp3:okhttp" , version . ref = "okhttp_version" }
okhttp-logging = { module = "com.squareup.okhttp3:logging-interceptor" , version . ref = "okhttp_version" }
okhttp-dnsoverhttps = { module = "com.squareup.okhttp3:okhttp-dnsoverhttps" , version . ref = "okhttp_version" }
2022-07-03 04:53:19 +02:00
okio = "com.squareup.okio:okio:3.2.0"
2022-03-04 15:58:31 +01:00
conscrypt-android = "org.conscrypt:conscrypt-android:2.5.2"
quickjs-android = "app.cash.quickjs:quickjs-android:0.9.2"
2022-08-28 06:06:39 +02:00
jsoup = "org.jsoup:jsoup:1.15.3"
2022-03-04 15:58:31 +01:00
disklrucache = "com.jakewharton:disklrucache:2.0.2"
unifile = "com.github.tachiyomiorg:unifile:17bec43"
2022-08-11 04:54:19 +02:00
junrar = "com.github.junrar:junrar:7.5.3"
2022-03-04 15:58:31 +01:00
2022-10-09 04:25:33 +02:00
sqlitektx = "androidx.sqlite:sqlite-ktx:2.3.0-beta01"
2022-03-04 15:58:31 +01:00
sqlite-android = "com.github.requery:sqlite-android:3.36.0"
preferencektx = "androidx.preference:preference-ktx:1.2.0"
nucleus-core = { module = "info.android15.nucleus:nucleus" , version . ref = "nucleus_version" }
nucleus-supportv7 = { module = "info.android15.nucleus:nucleus-support-v7" , version . ref = "nucleus_version" }
injekt-core = "com.github.inorichi.injekt:injekt-core:65b0440"
coil-core = { module = "io.coil-kt:coil" , version . ref = "coil_version" }
coil-gif = { module = "io.coil-kt:coil-gif" , version . ref = "coil_version" }
2022-04-22 23:29:24 +02:00
coil-compose = { module = "io.coil-kt:coil-compose" , version . ref = "coil_version" }
2022-03-04 15:58:31 +01:00
subsamplingscaleimageview = "com.github.tachiyomiorg:subsampling-scale-image-view:846abe0"
image-decoder = "com.github.tachiyomiorg:image-decoder:7481a4a"
natural-comparator = "com.github.gpanther:java-nat-sort:natural-comparator-1.1"
2022-04-17 17:30:05 +02:00
markwon = "io.noties.markwon:core:4.6.2"
2022-08-31 20:07:48 +02:00
material = "com.google.android.material:material:1.7.0-rc01"
2022-03-04 15:58:31 +01:00
androidprocessbutton = "com.github.dmytrodanylyk.android-process-button:library:1.0.4"
flexible-adapter-core = "com.github.arkon.FlexibleAdapter:flexible-adapter:c8013533"
flexible-adapter-ui = "com.github.arkon.FlexibleAdapter:flexible-adapter-ui:c8013533"
photoview = "com.github.chrisbanes:PhotoView:2.3.0"
directionalviewpager = "com.github.tachiyomiorg:DirectionalViewPager:1.0.0"
insetter = "dev.chrisbanes.insetter:insetter:0.6.1"
2022-09-10 04:29:40 +02:00
cascade = "me.saket.cascade:cascade-compose:2.0.0-beta1"
2022-03-04 15:58:31 +01:00
conductor-core = { module = "com.bluelinelabs:conductor" , version . ref = "conductor_version" }
conductor-support-preference = { module = "com.github.tachiyomiorg:conductor-support-preference" , version . ref = "conductor_version" }
flowbinding-android = { module = "io.github.reactivecircus.flowbinding:flowbinding-android" , version . ref = "flowbinding_version" }
flowbinding-appcompat = { module = "io.github.reactivecircus.flowbinding:flowbinding-appcompat" , version . ref = "flowbinding_version" }
logcat = "com.squareup.logcat:logcat:0.1"
2022-07-31 16:20:43 +02:00
acra-http = "ch.acra:acra-http:5.9.6"
2022-09-04 17:14:22 +02:00
firebase-analytics = "com.google.firebase:firebase-analytics-ktx:21.1.1"
2022-03-04 15:58:31 +01:00
2022-04-23 16:52:19 +02:00
aboutLibraries-gradle = { module = "com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin" , version . ref = "aboutlib_version" }
2022-07-31 17:48:23 +02:00
aboutLibraries-compose = { module = "com.mikepenz:aboutlibraries-compose" , version . ref = "aboutlib_version" }
2022-03-04 15:58:31 +01:00
shizuku-api = { module = "dev.rikka.shizuku:api" , version . ref = "shizuku_version" }
shizuku-provider = { module = "dev.rikka.shizuku:provider" , version . ref = "shizuku_version" }
2022-07-31 17:48:23 +02:00
leakcanary-android = { module = "com.squareup.leakcanary:leakcanary-android" , version . ref = "leakcanary" }
leakcanary-plumber = { module = "com.squareup.leakcanary:plumber-android" , version . ref = "leakcanary" }
2022-03-04 15:58:31 +01:00
2022-07-31 17:48:23 +02:00
sqldelight-android-driver = { module = "com.squareup.sqldelight:android-driver" , version . ref = "sqldelight" }
sqldelight-coroutines = { module = "com.squareup.sqldelight:coroutines-extensions-jvm" , version . ref = "sqldelight" }
sqldelight-android-paging = { module = "com.squareup.sqldelight:android-paging3-extensions" , version . ref = "sqldelight" }
sqldelight-gradle = { module = "com.squareup.sqldelight:gradle-plugin" , version . ref = "sqldelight" }
2022-04-22 23:29:24 +02:00
2022-09-22 04:19:00 +02:00
junit = "org.junit.jupiter:junit-jupiter:5.9.1"
2022-04-24 22:16:05 +02:00
2022-03-04 15:58:31 +01:00
[ bundles ]
2022-05-19 04:30:28 +02:00
reactivex = [ "rxandroid" , "rxjava" , "rxrelay" ]
okhttp = [ "okhttp-core" , "okhttp-logging" , "okhttp-dnsoverhttps" ]
2022-08-18 04:23:05 +02:00
js-engine = [ "quickjs-android" ]
2022-03-04 15:58:31 +01:00
sqlite = [ "sqlitektx" , "sqlite-android" ]
2022-05-19 04:30:28 +02:00
nucleus = [ "nucleus-core" , "nucleus-supportv7" ]
coil = [ "coil-core" , "coil-gif" , "coil-compose" ]
2022-07-23 14:54:08 +02:00
flowbinding = [ "flowbinding-android" , "flowbinding-appcompat" ]
2022-08-29 23:18:06 +02:00
conductor = [ "conductor-core" , "conductor-support-preference" ]
2022-05-19 04:30:28 +02:00
shizuku = [ "shizuku-api" , "shizuku-provider" ]
2022-03-04 15:58:31 +01:00
[ plugins ]
2022-09-11 05:57:03 +02:00
kotlinter = { id = "org.jmailen.kotlinter" , version = "3.12.0" }
2022-06-30 04:45:11 +02:00
versionsx = { id = "com.github.ben-manes.versions" , version = "0.42.0" }