mirror of
https://github.com/null2264/yokai.git
synced 2025-06-20 18:24:42 +00:00
Compare commits
25 commits
89c5e997cc
...
a1f6eb6524
Author | SHA1 | Date | |
---|---|---|---|
|
a1f6eb6524 | ||
|
9f256bb8c6 | ||
|
1d49d65961 | ||
|
9ccdd36c46 | ||
|
48938f02dd | ||
|
63435b933a | ||
|
ef49bf3321 | ||
|
c05ba1a8fb | ||
|
764d52a729 | ||
|
af2be0d2d0 | ||
|
733fcbba4a | ||
|
b6e1cabc59 | ||
|
3867aabff1 | ||
|
ca6bb95b84 | ||
|
4b7564e410 | ||
|
8d3cfffa66 | ||
|
97339689c6 | ||
|
9453c3e808 | ||
|
6f03935c17 | ||
|
f1597bd95c | ||
|
903a37e390 | ||
|
1655540a16 | ||
|
6a7b386127 | ||
|
75191dde05 | ||
|
db0af71901 |
4 changed files with 25 additions and 25 deletions
|
@ -13,10 +13,10 @@ appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.0" }
|
|||
browser = { module = "androidx.browser:browser", version = "1.8.0" }
|
||||
biometric = { module = "androidx.biometric:biometric", version = "1.1.0" }
|
||||
cardview = { module = "androidx.cardview:cardview", version = "1.0.0" }
|
||||
core = { module = "androidx.core:core-ktx", version = "1.15.0" }
|
||||
core = { module = "androidx.core:core-ktx", version = "1.16.0" }
|
||||
core-splashscreen = { module = "androidx.core:core-splashscreen", version = "1.0.1" }
|
||||
glance-appwidget = { module = "androidx.glance:glance-appwidget", version = "1.1.1" }
|
||||
layout-constraint = { module = "androidx.constraintlayout:constraintlayout", version = "2.2.0" }
|
||||
layout-constraint = { module = "androidx.constraintlayout:constraintlayout", version = "2.2.1" }
|
||||
layout-swiperefresh = { module = "androidx.swiperefreshlayout:swiperefreshlayout", version = "1.1.0" }
|
||||
lifecycle-common = { module = "androidx.lifecycle:lifecycle-common", version.ref = "lifecycle" }
|
||||
lifecycle-livedata = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref = "lifecycle" }
|
||||
|
@ -27,11 +27,11 @@ lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel
|
|||
multidex = { module = "androidx.multidex:multidex", version = "2.0.1" }
|
||||
palette = { module = "androidx.palette:palette", version = "1.0.0" }
|
||||
preference = { module = "androidx.preference:preference-ktx", version = "1.2.1" }
|
||||
recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.3.2" }
|
||||
sqlite = { module = "androidx.sqlite:sqlite", version = "2.4.0" }
|
||||
webkit = { module = "androidx.webkit:webkit", version = "1.12.0" }
|
||||
work = { module = "androidx.work:work-runtime-ktx", version = "2.10.0" }
|
||||
window = { module = "androidx.window:window", version = "1.3.0" }
|
||||
recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.4.0" }
|
||||
sqlite = { module = "androidx.sqlite:sqlite", version = "2.5.1" }
|
||||
webkit = { module = "androidx.webkit:webkit", version = "1.13.0" }
|
||||
work = { module = "androidx.work:work-runtime-ktx", version = "2.10.1" }
|
||||
window = { module = "androidx.window:window", version = "1.4.0" }
|
||||
|
||||
[bundles]
|
||||
androidx = [
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[versions]
|
||||
compose = "2025.01.00"
|
||||
compose = "2025.05.01"
|
||||
|
||||
[libraries]
|
||||
bom = { module = "androidx.compose:compose-bom", version.ref = "compose" }
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[versions]
|
||||
kotlin = "2.1.0"
|
||||
kotlin = "2.1.21"
|
||||
serialization = "1.7.3"
|
||||
xml_serialization = "0.90.3"
|
||||
|
||||
|
@ -7,7 +7,7 @@ xml_serialization = "0.90.3"
|
|||
gradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
|
||||
compose-compiler-gradle = { module = "org.jetbrains.kotlin:compose-compiler-gradle-plugin", version.ref = "kotlin" }
|
||||
|
||||
coroutines-bom = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-bom", version = "1.10.1" }
|
||||
coroutines-bom = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-bom", version = "1.10.2" }
|
||||
coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android" }
|
||||
coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core" }
|
||||
coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test" }
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
[versions]
|
||||
aboutlibraries = "11.2.3"
|
||||
aboutlibraries = "11.6.3"
|
||||
chucker = "3.5.2"
|
||||
flexible-adapter = "c8013533"
|
||||
fast_adapter = "5.7.0"
|
||||
moko = "0.24.4"
|
||||
okhttp = "5.0.0-alpha.14"
|
||||
moko = "0.24.5"
|
||||
okhttp = "5.0.0-alpha.16"
|
||||
shizuku = "13.1.5"
|
||||
# FIXME: Uncomment once SQLDelight support KMP AndroidX SQLiteDriver
|
||||
#sqlite = "2.5.0-alpha04"
|
||||
sqlite = "2.4.0"
|
||||
sqlite = "2.5.1"
|
||||
sqldelight = "2.0.2"
|
||||
junit = "5.11.3"
|
||||
kermit = "2.0.5"
|
||||
koin = "4.0.0"
|
||||
koin = "4.0.4"
|
||||
leakcanary = "2.14"
|
||||
voyager = "1.1.0-beta03"
|
||||
|
||||
|
@ -26,16 +26,16 @@ coil3 = { module = "io.coil-kt.coil3:coil" }
|
|||
coil3-svg = { module = "io.coil-kt.coil3:coil-svg" }
|
||||
coil3-gif = { module = "io.coil-kt.coil3:coil-gif" }
|
||||
coil3-okhttp = { module = "io.coil-kt.coil3:coil-network-okhttp" }
|
||||
compose-theme-adapter3 = { module = "com.google.accompanist:accompanist-themeadapter-material3", version = "0.33.2-alpha" }
|
||||
compose-theme-adapter3 = { module = "com.google.accompanist:accompanist-themeadapter-material3", version = "0.36.0" }
|
||||
conductor = { module = "com.bluelinelabs:conductor", version = "4.0.0-preview-4" }
|
||||
conductor-support-preference = { module = "com.github.tachiyomiorg:conductor-support-preference", version = "3.0.0" }
|
||||
conscrypt = { module = "org.conscrypt:conscrypt-android", version = "2.5.2" }
|
||||
desugar = { module = "com.android.tools:desugar_jdk_libs", version = "2.1.3" }
|
||||
desugar = { module = "com.android.tools:desugar_jdk_libs", version = "2.1.5" }
|
||||
directionalviewpager = { module = "com.github.tachiyomiorg:DirectionalViewPager", version = "1.0.0" }
|
||||
disklrucache = { module = "com.jakewharton:disklrucache", version = "2.0.2" }
|
||||
fastadapter-extensions-binding = { module = "com.mikepenz:fastadapter-extensions-binding", version.ref = "fast_adapter" }
|
||||
fastadapter = { module = "com.mikepenz:fastadapter", version.ref = "fast_adapter" }
|
||||
firebase = { module = "com.google.firebase:firebase-bom", version = "33.7.0" }
|
||||
firebase = { module = "com.google.firebase:firebase-bom", version = "33.14.0" }
|
||||
firebase-analytics = { module = "com.google.firebase:firebase-analytics-ktx" }
|
||||
firebase-crashlytics = { module = "com.google.firebase:firebase-crashlytics-ktx" }
|
||||
flexbox = { module = "com.google.android.flexbox:flexbox", version = "3.0.0" }
|
||||
|
@ -54,7 +54,7 @@ kotest-assertions = { module = "io.kotest:kotest-assertions-core", version = "5.
|
|||
leakcanary-android = { module = "com.squareup.leakcanary:leakcanary-android", version.ref = "leakcanary" }
|
||||
leakcanary-plumber = { module = "com.squareup.leakcanary:plumber-android", version.ref = "leakcanary" }
|
||||
|
||||
libarchive = { module = "me.zhanghai.android.libarchive:library", version = "1.1.4" }
|
||||
libarchive = { module = "me.zhanghai.android.libarchive:library", version = "1.1.5" }
|
||||
|
||||
material = { module = "com.google.android.material:material", version = "1.12.0" }
|
||||
markwon = { module = "io.noties.markwon:core", version = "4.6.2" }
|
||||
|
@ -69,7 +69,7 @@ mockk = { module = "io.mockk:mockk", version = "1.13.13" }
|
|||
moko-resources = { module = "dev.icerock.moko:resources", version.ref = "moko" }
|
||||
moko-resources-compose = { module = "dev.icerock.moko:resources-compose", version.ref = "moko" }
|
||||
|
||||
okio = { module = "com.squareup.okio:okio", version = "3.9.1" }
|
||||
okio = { module = "com.squareup.okio:okio", version = "3.12.0" }
|
||||
okhttp-brotli = { module = "com.squareup.okhttp3:okhttp-brotli", version.ref = "okhttp" }
|
||||
okhttp-dnsoverhttps = { module = "com.squareup.okhttp3:okhttp-dnsoverhttps", version.ref = "okhttp" }
|
||||
okhttp-logging-interceptor = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "okhttp" }
|
||||
|
@ -85,7 +85,7 @@ slice = { module = "com.github.mthli:Slice", version = "v1.2" }
|
|||
# FIXME: Uncomment once SQLDelight support KMP AndroidX SQLiteDriver
|
||||
#sqlite = { module = "androidx.sqlite:sqlite-bundled", version.ref = "sqlite" }
|
||||
sqlite-ktx = { module = "androidx.sqlite:sqlite-ktx", version.ref = "sqlite" }
|
||||
sqlite-android = { module = "com.github.requery:sqlite-android", version = "3.45.0" }
|
||||
sqlite-android = { module = "com.github.requery:sqlite-android", version = "3.49.0" }
|
||||
|
||||
sqldelight-coroutines = { module = "app.cash.sqldelight:coroutines-extensions", version.ref = "sqldelight" }
|
||||
sqldelight-android-driver = { module = "app.cash.sqldelight:android-driver", version.ref = "sqldelight" }
|
||||
|
@ -95,7 +95,7 @@ sqldelight-dialects-sql = { module = "app.cash.sqldelight:sqlite-3-38-dialect",
|
|||
subsamplingscaleimageview = { module = "com.github.null2264:subsampling-scale-image-view", version = "f7b674ebdd" }
|
||||
shizuku-api = { module = "dev.rikka.shizuku:api", version.ref = "shizuku" }
|
||||
shizuku-provider = { module = "dev.rikka.shizuku:provider", version.ref = "shizuku" }
|
||||
taptargetview = { module = "com.getkeepsafe.taptargetview:taptargetview", version = "1.13.3" }
|
||||
taptargetview = { module = "com.getkeepsafe.taptargetview:taptargetview", version = "1.15.0" }
|
||||
unifile = { module = "com.github.tachiyomiorg:unifile", version = "a9de196cc7" }
|
||||
viewstatepageradapter = { module = "com.nightlynexus.viewstatepageradapter:viewstatepageradapter", version = "1.1.0" }
|
||||
viewtooltip = { module = "com.github.CarlosEsco:ViewTooltip", version = "f79a8955ef" } # FIXME: Don't depends on this
|
||||
|
@ -106,10 +106,10 @@ voyager-screenmodel = { module = "cafe.adriel.voyager:voyager-screenmodel", vers
|
|||
|
||||
[plugins]
|
||||
aboutlibraries = { id = "com.mikepenz.aboutlibraries.plugin", version.ref = "aboutlibraries" }
|
||||
firebase-crashlytics = { id = "com.google.firebase.crashlytics", version = "3.0.2" }
|
||||
firebase-crashlytics = { id = "com.google.firebase.crashlytics", version = "3.0.3" }
|
||||
google-services = { id = "com.google.gms.google-services", version = "4.4.2" }
|
||||
gradle-versions = { id = "com.github.ben-manes.versions", version = "0.51.0" }
|
||||
kotlinter = { id = "org.jmailen.kotlinter", version = "5.0.1" }
|
||||
gradle-versions = { id = "com.github.ben-manes.versions", version = "0.52.0" }
|
||||
kotlinter = { id = "org.jmailen.kotlinter", version = "5.1.0" }
|
||||
moko = { id = "dev.icerock.mobile.multiplatform-resources", version.ref = "moko" }
|
||||
sqldelight = { id = "app.cash.sqldelight", version.ref = "sqldelight" }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue