2022-03-04 09:58:31 -05:00
|
|
|
[versions]
|
2024-08-23 12:41:29 -04:00
|
|
|
aboutlib_version = "11.2.3"
|
2024-05-03 09:34:33 -04:00
|
|
|
leakcanary = "2.14"
|
2024-08-23 03:08:49 -04:00
|
|
|
moko = "0.24.2"
|
2024-06-06 18:26:25 -04:00
|
|
|
okhttp_version = "5.0.0-alpha.14"
|
2024-01-05 23:21:19 -05:00
|
|
|
richtext = "0.20.0"
|
2022-10-09 10:37:36 -04:00
|
|
|
shizuku_version = "12.2.0"
|
2024-04-05 23:47:44 -04:00
|
|
|
sqldelight = "2.0.2"
|
2023-12-10 10:10:17 -05:00
|
|
|
sqlite = "2.4.0"
|
|
|
|
voyager = "1.0.0"
|
2024-08-19 08:11:14 -04:00
|
|
|
spotless = "6.25.0"
|
|
|
|
ktlint-core = "1.3.1"
|
2022-03-04 09:58:31 -05:00
|
|
|
|
|
|
|
[libraries]
|
2024-08-30 01:37:38 -04:00
|
|
|
desugar = "com.android.tools:desugar_jdk_libs:2.1.1"
|
2022-03-04 09:58:31 -05:00
|
|
|
android-shortcut-gradle = "com.github.zellius:android-shortcut-gradle-plugin:0.1.2"
|
|
|
|
|
|
|
|
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 18:03:07 -04:00
|
|
|
okhttp-brotli = { module = "com.squareup.okhttp3:okhttp-brotli", version.ref = "okhttp_version" }
|
2022-03-04 09:58:31 -05:00
|
|
|
okhttp-dnsoverhttps = { module = "com.squareup.okhttp3:okhttp-dnsoverhttps", version.ref = "okhttp_version" }
|
2024-03-17 10:45:09 -04:00
|
|
|
okio = "com.squareup.okio:okio:3.9.0"
|
2022-03-04 09:58:31 -05:00
|
|
|
|
2024-08-19 00:59:11 -04:00
|
|
|
conscrypt-android = "org.conscrypt:conscrypt-android:2.5.3"
|
2022-03-04 09:58:31 -05:00
|
|
|
|
|
|
|
quickjs-android = "app.cash.quickjs:quickjs-android:0.9.2"
|
|
|
|
|
2024-07-11 18:52:17 -04:00
|
|
|
jsoup = "org.jsoup:jsoup:1.18.1"
|
2022-03-04 09:58:31 -05:00
|
|
|
|
|
|
|
disklrucache = "com.jakewharton:disklrucache:2.0.2"
|
2024-05-04 12:40:41 -04:00
|
|
|
unifile = "com.github.tachiyomiorg:unifile:e0def6b3dc"
|
2024-06-26 10:54:25 -04:00
|
|
|
libarchive = "me.zhanghai.android.libarchive:library:1.1.0"
|
2022-03-04 09:58:31 -05:00
|
|
|
|
2022-12-07 22:44:09 -05:00
|
|
|
sqlite-framework = { module = "androidx.sqlite:sqlite-framework", version.ref = "sqlite" }
|
|
|
|
sqlite-ktx = { module = "androidx.sqlite:sqlite-ktx", version.ref = "sqlite" }
|
2024-02-13 14:53:22 -05:00
|
|
|
sqlite-android = "com.github.requery:sqlite-android:3.45.0"
|
2022-03-04 09:58:31 -05:00
|
|
|
|
2023-08-10 22:28:28 -04:00
|
|
|
preferencektx = "androidx.preference:preference-ktx:1.2.1"
|
2022-03-04 09:58:31 -05:00
|
|
|
|
|
|
|
injekt-core = "com.github.inorichi.injekt:injekt-core:65b0440"
|
|
|
|
|
2024-08-08 18:29:35 -04:00
|
|
|
coil-bom = { module = "io.coil-kt.coil3:coil-bom", version = "3.0.0-alpha10" }
|
2024-03-02 09:08:15 -05:00
|
|
|
coil-core = { module = "io.coil-kt.coil3:coil" }
|
|
|
|
coil-gif = { module = "io.coil-kt.coil3:coil-gif" }
|
|
|
|
coil-compose = { module = "io.coil-kt.coil3:coil-compose" }
|
|
|
|
coil-network-okhttp = { module = "io.coil-kt.coil3:coil-network-okhttp" }
|
2022-03-04 09:58:31 -05:00
|
|
|
|
2024-05-01 03:09:19 -04:00
|
|
|
subsamplingscaleimageview = "com.github.tachiyomiorg:subsampling-scale-image-view:b8e1b0ed2b"
|
2024-07-01 12:15:46 -04:00
|
|
|
image-decoder = "com.github.tachiyomiorg:image-decoder:41c059e540"
|
2022-03-04 09:58:31 -05:00
|
|
|
|
|
|
|
natural-comparator = "com.github.gpanther:java-nat-sort:natural-comparator-1.1"
|
|
|
|
|
2022-12-02 22:35:30 -05: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 11:30:05 -04:00
|
|
|
|
2024-05-18 13:03:05 -04:00
|
|
|
material = "com.google.android.material:material:1.12.0"
|
2022-03-04 09:58:31 -05: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"
|
2024-06-22 17:35:12 -04:00
|
|
|
compose-materialmotion = "io.github.fornewid:material-motion-compose-core:2.0.1"
|
2024-03-29 03:25:28 -04:00
|
|
|
compose-webview = "io.github.kevinnzou:compose-webview:0.33.6"
|
2024-03-28 15:02:33 -04:00
|
|
|
compose-grid = "io.woong.compose.grid:grid:1.2.2"
|
2024-09-02 11:54:53 -04:00
|
|
|
compose-stablemarker = "com.github.skydoves:compose-stable-marker:1.0.5"
|
2022-03-04 09:58:31 -05:00
|
|
|
|
2024-03-02 09:11:03 -05:00
|
|
|
swipe = "me.saket.swipe:swipe:1.3.0"
|
2023-07-08 10:02:20 -04:00
|
|
|
|
2023-11-18 13:54:56 -05:00
|
|
|
moko-core = { module = "dev.icerock.moko:resources", version.ref = "moko" }
|
|
|
|
|
2022-03-04 09:58:31 -05:00
|
|
|
logcat = "com.squareup.logcat:logcat:0.1"
|
|
|
|
|
2024-08-22 21:22:55 -04:00
|
|
|
firebase-analytics = "com.google.firebase:firebase-analytics:22.1.0"
|
2024-01-15 09:55:26 -05:00
|
|
|
|
2023-12-31 08:57:11 -05:00
|
|
|
aboutLibraries-compose = { module = "com.mikepenz:aboutlibraries-compose-m3", version.ref = "aboutlib_version" }
|
2022-03-04 09:58:31 -05: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 11:48:23 -04: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 09:58:31 -05:00
|
|
|
|
2023-06-24 22:49:36 -04: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" }
|
2022-04-22 17:29:24 -04:00
|
|
|
|
2024-08-14 10:16:39 -04:00
|
|
|
junit = "org.junit.jupiter:junit-jupiter:5.11.0"
|
2024-06-06 17:35:38 -04:00
|
|
|
kotest-assertions = "io.kotest:kotest-assertions-core:5.9.1"
|
2024-07-16 06:19:27 -04:00
|
|
|
mockk = "io.mockk:mockk:1.13.12"
|
2022-04-24 16:16:05 -04:00
|
|
|
|
2023-05-12 18:01:48 -04:00
|
|
|
voyager-navigator = { module = "cafe.adriel.voyager:voyager-navigator", version.ref = "voyager" }
|
2023-12-10 10:10:17 -05:00
|
|
|
voyager-screenmodel = { module = "cafe.adriel.voyager:voyager-screenmodel", version.ref = "voyager" }
|
2023-05-12 18:01:48 -04: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 11:38:01 -04:00
|
|
|
|
2024-08-19 08:11:14 -04:00
|
|
|
spotless-gradle = { group = "com.diffplug.spotless", name = "spotless-plugin-gradle", version.ref = "spotless" }
|
|
|
|
ktlint-core = { module = "com.pinterest.ktlint:ktlint-cli", version.ref = "ktlint-core" }
|
|
|
|
|
2024-09-03 04:09:12 -04:00
|
|
|
[plugins]
|
|
|
|
google-services = { id = "com.google.gms.google-services", version = "4.4.2" }
|
|
|
|
aboutLibraries = { id = "com.mikepenz.aboutlibraries.plugin", version.ref = "aboutlib_version" }
|
|
|
|
sqldelight = { id = "app.cash.sqldelight", version.ref = "sqldelight" }
|
|
|
|
moko = { id = "dev.icerock.mobile.multiplatform-resources", version.ref = "moko" }
|
|
|
|
|
2022-03-04 09:58:31 -05:00
|
|
|
[bundles]
|
2023-10-31 18:03:07 -04:00
|
|
|
okhttp = ["okhttp-core", "okhttp-logging", "okhttp-brotli", "okhttp-dnsoverhttps"]
|
2022-08-17 22:23:05 -04:00
|
|
|
js-engine = ["quickjs-android"]
|
2022-12-07 22:44:09 -05:00
|
|
|
sqlite = ["sqlite-framework", "sqlite-ktx", "sqlite-android"]
|
2024-03-02 09:08:15 -05:00
|
|
|
coil = ["coil-core", "coil-gif", "coil-compose", "coil-network-okhttp"]
|
2022-05-18 22:30:28 -04:00
|
|
|
shizuku = ["shizuku-api", "shizuku-provider"]
|
2023-07-29 16:14:23 -04:00
|
|
|
sqldelight = ["sqldelight-android-driver", "sqldelight-coroutines", "sqldelight-android-paging"]
|
2023-12-10 10:10:17 -05:00
|
|
|
voyager = ["voyager-navigator", "voyager-screenmodel", "voyager-tab-navigator", "voyager-transitions"]
|
2022-12-02 22:35:30 -05:00
|
|
|
richtext = ["richtext-commonmark", "richtext-m3"]
|
2024-03-09 10:08:57 -05:00
|
|
|
test = ["junit", "kotest-assertions", "mockk"]
|