2022-03-04 15:58:31 +01:00
[ versions ]
2023-11-04 21:11:43 +01:00
aboutlib_version = "10.9.2"
2023-11-18 19:54:56 +01:00
moko = "0.23.0"
2022-12-25 06:24:53 +01:00
okhttp_version = "5.0.0-alpha.11"
2022-10-09 16:37:36 +02:00
shizuku_version = "12.2.0"
2023-10-19 04:42:19 +02:00
sqlite = "2.4.0"
2023-06-25 04:49:36 +02:00
sqldelight = "2.0.0"
2023-07-01 04:09:07 +02:00
leakcanary = "2.12"
2023-11-12 04:44:05 +01:00
voyager = "1.0.0-rc10"
2023-07-23 22:34:28 +02:00
richtext = "0.17.0"
2022-03-04 15:58:31 +01:00
[ libraries ]
2023-11-04 21:11:43 +01:00
desugar = "com.android.tools:desugar_jdk_libs:2.0.4"
2022-03-04 15:58:31 +01:00
android-shortcut-gradle = "com.github.zellius:android-shortcut-gradle-plugin:0.1.2"
2023-09-17 05:02:19 +02:00
google-services-gradle = "com.google.gms:google-services:4.4.0"
2022-03-04 15:58:31 +01:00
rxjava = "io.reactivex:rxjava:1.3.8"
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" }
2023-10-31 23:03:07 +01:00
okhttp-brotli = { module = "com.squareup.okhttp3:okhttp-brotli" , version . ref = "okhttp_version" }
2022-03-04 15:58:31 +01:00
okhttp-dnsoverhttps = { module = "com.squareup.okhttp3:okhttp-dnsoverhttps" , version . ref = "okhttp_version" }
2023-10-05 04:28:50 +02:00
okio = "com.squareup.okio:okio:3.6.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"
2023-10-22 00:09:21 +02:00
jsoup = "org.jsoup:jsoup:1.16.2"
2022-03-04 15:58:31 +01:00
disklrucache = "com.jakewharton:disklrucache:2.0.2"
unifile = "com.github.tachiyomiorg:unifile:17bec43"
2023-07-19 01:12:04 +02:00
junrar = "com.github.junrar:junrar:7.5.5"
2022-03-04 15:58:31 +01:00
2022-12-08 04:44:09 +01:00
sqlite-framework = { module = "androidx.sqlite:sqlite-framework" , version . ref = "sqlite" }
sqlite-ktx = { module = "androidx.sqlite:sqlite-ktx" , version . ref = "sqlite" }
2023-09-02 04:47:42 +02:00
sqlite-android = "com.github.requery:sqlite-android:3.43.0"
2022-03-04 15:58:31 +01:00
2023-08-11 04:28:28 +02:00
preferencektx = "androidx.preference:preference-ktx:1.2.1"
2022-03-04 15:58:31 +01:00
injekt-core = "com.github.inorichi.injekt:injekt-core:65b0440"
2023-06-01 04:48:13 +02:00
coil-bom = { module = "io.coil-kt:coil-bom" , version = "2.4.0" }
coil-core = { module = "io.coil-kt:coil" }
coil-gif = { module = "io.coil-kt:coil-gif" }
coil-compose = { module = "io.coil-kt:coil-compose" }
2022-03-04 15:58:31 +01:00
2023-09-28 04:54:03 +02:00
subsamplingscaleimageview = "com.github.tachiyomiorg:subsampling-scale-image-view:7e57335"
image-decoder = "com.github.tachiyomiorg:image-decoder:fbd6601290"
2022-03-04 15:58:31 +01:00
natural-comparator = "com.github.gpanther:java-nat-sort:natural-comparator-1.1"
2022-12-03 04:35:30 +01:00
richtext-commonmark = { module = "com.halilibo.compose-richtext:richtext-commonmark" , version . ref = "richtext" }
richtext-m3 = { module = "com.halilibo.compose-richtext:richtext-ui-material3" , version . ref = "richtext" }
2022-04-17 17:30:05 +02:00
2023-10-08 05:29:14 +02:00
material = "com.google.android.material:material:1.10.0"
2022-03-04 15:58:31 +01:00
flexible-adapter-core = "com.github.arkon.FlexibleAdapter:flexible-adapter: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"
2023-09-23 18:15:28 +02:00
compose-materialmotion = "io.github.fornewid:material-motion-compose-core:1.1.0"
2022-03-04 15:58:31 +01:00
2023-07-08 16:02:20 +02:00
swipe = "me.saket.swipe:swipe:1.2.0"
2023-11-18 19:54:56 +01:00
moko-core = { module = "dev.icerock.moko:resources" , version . ref = "moko" }
moko-gradle = { module = "dev.icerock.moko:resources-generator" , version . ref = "moko" }
2022-03-04 15:58:31 +01:00
logcat = "com.squareup.logcat:logcat:0.1"
2023-10-22 03:44:54 +02:00
acra-http = "ch.acra:acra-http:5.11.3"
2023-11-02 03:19:59 +01:00
firebase-analytics = "com.google.firebase:firebase-analytics-ktx:21.5.0"
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
2023-06-25 04:49:36 +02:00
sqldelight-android-driver = { module = "app.cash.sqldelight:android-driver" , version . ref = "sqldelight" }
sqldelight-coroutines = { module = "app.cash.sqldelight:coroutines-extensions-jvm" , version . ref = "sqldelight" }
sqldelight-android-paging = { module = "app.cash.sqldelight:androidx-paging3-extensions" , version . ref = "sqldelight" }
sqldelight-dialects-sql = { module = "app.cash.sqldelight:sqlite-3-38-dialect" , version . ref = "sqldelight" }
sqldelight-gradle = { module = "app.cash.sqldelight:gradle-plugin" , version . ref = "sqldelight" }
2022-04-22 23:29:24 +02:00
2023-11-05 20:23:36 +01:00
junit = "org.junit.jupiter:junit-jupiter:5.10.1"
2023-11-04 21:11:43 +01:00
kotest-assertions = "io.kotest:kotest-assertions-core:5.8.0"
2023-09-23 18:15:28 +02:00
mockk = "io.mockk:mockk:1.13.8"
2022-04-24 22:16:05 +02:00
2023-05-13 00:01:48 +02:00
voyager-navigator = { module = "cafe.adriel.voyager:voyager-navigator" , version . ref = "voyager" }
voyager-tab-navigator = { module = "cafe.adriel.voyager:voyager-tab-navigator" , version . ref = "voyager" }
voyager-transitions = { module = "cafe.adriel.voyager:voyager-transitions" , version . ref = "voyager" }
2022-10-15 17:38:01 +02:00
2023-10-15 04:22:46 +02:00
ktlint = "org.jlleitschuh.gradle:ktlint-gradle:11.6.1"
2023-01-19 04:33:56 +01:00
2022-03-04 15:58:31 +01:00
[ bundles ]
2023-10-31 23:03:07 +01:00
okhttp = [ "okhttp-core" , "okhttp-logging" , "okhttp-brotli" , "okhttp-dnsoverhttps" ]
2022-08-18 04:23:05 +02:00
js-engine = [ "quickjs-android" ]
2022-12-08 04:44:09 +01:00
sqlite = [ "sqlite-framework" , "sqlite-ktx" , "sqlite-android" ]
2022-05-19 04:30:28 +02:00
coil = [ "coil-core" , "coil-gif" , "coil-compose" ]
shizuku = [ "shizuku-api" , "shizuku-provider" ]
2023-07-29 22:14:23 +02:00
sqldelight = [ "sqldelight-android-driver" , "sqldelight-coroutines" , "sqldelight-android-paging" ]
2022-12-03 04:35:30 +01:00
voyager = [ "voyager-navigator" , "voyager-tab-navigator" , "voyager-transitions" ]
richtext = [ "richtext-commonmark" , "richtext-m3" ]
2023-04-30 04:14:49 +02:00
test = [ "junit" , "kotest-assertions" , "mockk" ]