2022-03-04 15:58:31 +01:00
|
|
|
[versions]
|
2023-12-31 14:57:11 +01:00
|
|
|
aboutlib_version = "10.10.0"
|
2024-01-01 15:53:21 +01:00
|
|
|
acra = "5.11.3"
|
2024-01-06 05:21:19 +01:00
|
|
|
leakcanary = "2.13"
|
2023-11-18 19:54:56 +01:00
|
|
|
moko = "0.23.0"
|
2023-12-17 22:24:17 +01:00
|
|
|
okhttp_version = "5.0.0-alpha.12"
|
2024-01-06 05:21:19 +01:00
|
|
|
richtext = "0.20.0"
|
2022-10-09 16:37:36 +02:00
|
|
|
shizuku_version = "12.2.0"
|
2023-06-25 04:49:36 +02:00
|
|
|
sqldelight = "2.0.0"
|
2023-12-10 16:10:17 +01:00
|
|
|
sqlite = "2.4.0"
|
|
|
|
voyager = "1.0.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"
|
|
|
|
|
|
|
|
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-12-17 04:36:50 +01:00
|
|
|
okio = "com.squareup.okio:okio:3.7.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-12-31 02:08:23 +01:00
|
|
|
jsoup = "org.jsoup:jsoup:1.17.2"
|
2022-03-04 15:58:31 +01:00
|
|
|
|
|
|
|
disklrucache = "com.jakewharton:disklrucache:2.0.2"
|
2023-11-28 04:21:40 +01:00
|
|
|
unifile = "com.github.tachiyomiorg:unifile:7c257e1c64"
|
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-12-26 04:30:41 +01:00
|
|
|
coil-bom = { module = "io.coil-kt:coil-bom", version = "2.5.0" }
|
2023-06-01 04:48:13 +02:00
|
|
|
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-12-16 16:00:50 +01:00
|
|
|
material = "com.google.android.material:material:1.11.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"
|
|
|
|
|
2024-01-01 15:53:21 +01:00
|
|
|
acra-http = { module = "ch.acra:acra-http", version.ref = "acra" }
|
|
|
|
acra-scheduler = { module = "ch.acra:acra-advanced-scheduler", version.ref = "acra" }
|
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" }
|
2023-12-31 14:57:11 +01:00
|
|
|
aboutLibraries-compose = { module = "com.mikepenz:aboutlibraries-compose-m3", 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"
|
2024-01-07 23:50:09 +01:00
|
|
|
mockk = "io.mockk:mockk:1.13.9"
|
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" }
|
2023-12-10 16:10:17 +01:00
|
|
|
voyager-screenmodel = { module = "cafe.adriel.voyager:voyager-screenmodel", version.ref = "voyager" }
|
2023-05-13 00:01:48 +02:00
|
|
|
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-12-16 16:00:50 +01:00
|
|
|
ktlint = "org.jlleitschuh.gradle:ktlint-gradle:12.0.3"
|
2023-01-19 04:33:56 +01:00
|
|
|
|
2022-03-04 15:58:31 +01:00
|
|
|
[bundles]
|
2024-01-01 15:53:21 +01:00
|
|
|
acra = ["acra-http", "acra-scheduler"]
|
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"]
|
2023-12-10 16:10:17 +01:00
|
|
|
voyager = ["voyager-navigator", "voyager-screenmodel", "voyager-tab-navigator", "voyager-transitions"]
|
2022-12-03 04:35:30 +01:00
|
|
|
richtext = ["richtext-commonmark", "richtext-m3"]
|
2023-04-30 04:14:49 +02:00
|
|
|
test = ["junit", "kotest-assertions", "mockk"]
|