mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
chore: Update dependencies
This commit is contained in:
parent
db7601b3eb
commit
bf368e88ed
7 changed files with 76 additions and 30 deletions
|
@ -1,16 +1,16 @@
|
|||
[versions]
|
||||
activity = "1.8.2"
|
||||
lifecycle = "2.6.2"
|
||||
activity = "1.9.0"
|
||||
lifecycle = "2.8.0"
|
||||
|
||||
[libraries]
|
||||
activity = { module = "androidx.activity:activity-ktx", version.ref = "activity" }
|
||||
activity-compose = { module = "androidx.activity:activity-compose", version.ref = "activity" }
|
||||
annotation = { module = "androidx.annotation:annotation", version = "1.7.0" }
|
||||
annotation = { module = "androidx.annotation:annotation", version = "1.8.0" }
|
||||
appcompat = { module = "androidx.appcompat:appcompat", version = "1.6.1" }
|
||||
browser = { module = "androidx.browser:browser", version = "1.6.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.12.0" }
|
||||
core = { module = "androidx.core:core-ktx", version = "1.13.1" }
|
||||
core-splashscreen = { module = "androidx.core:core-splashscreen", version = "1.0.1" }
|
||||
constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.1.4" }
|
||||
glance-appwidget = { module = "androidx.glance:glance-appwidget", version = "1.0.0" }
|
||||
|
@ -22,9 +22,9 @@ lifecycle-runtime = { module = "androidx.lifecycle:lifecycle-runtime-ktx", versi
|
|||
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.1" }
|
||||
sqlite = { module = "androidx.sqlite:sqlite", version = "2.3.1" }
|
||||
recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.3.2" }
|
||||
sqlite = { module = "androidx.sqlite:sqlite", version = "2.4.0" }
|
||||
swiperefreshlayout = { module = "androidx.swiperefreshlayout:swiperefreshlayout", version = "1.1.0" }
|
||||
webkit = { module = "androidx.webkit:webkit", version = "1.9.0" }
|
||||
work = { module = "androidx.work:work-runtime-ktx", version = "2.8.1" }
|
||||
window = { module = "androidx.window:window", version = "1.1.0" }
|
||||
webkit = { module = "androidx.webkit:webkit", version = "1.11.0" }
|
||||
work = { module = "androidx.work:work-runtime-ktx", version = "2.9.0" }
|
||||
window = { module = "androidx.window:window", version = "1.2.0" }
|
||||
|
|
|
@ -1,14 +1,15 @@
|
|||
[versions]
|
||||
compose = "1.5.3"
|
||||
lifecycle = "2.6.2"
|
||||
compose = "1.6.7"
|
||||
compose-compiler = "1.5.14"
|
||||
lifecycle = "2.8.0"
|
||||
|
||||
[libraries]
|
||||
animation = { module = "androidx.compose.animation:animation", version.ref = "compose" }
|
||||
foundation = { module = "androidx.compose.foundation:foundation", version.ref = "compose" }
|
||||
material = { module = "androidx.compose.material:material", version.ref = "compose" }
|
||||
material3 = { module = "androidx.compose.material3:material3", version = "1.1.2" }
|
||||
material3 = { module = "androidx.compose.material3:material3", version = "1.2.1" }
|
||||
lifecycle-viewmodel = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "lifecycle" }
|
||||
ui = { module = "androidx.compose.ui:ui", version.ref = "compose" }
|
||||
ui-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "compose" }
|
||||
ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview", version.ref = "compose" }
|
||||
icons = { module = "androidx.compose.material:material-icons-extended", version.ref = "compose" }
|
||||
icons = { module = "androidx.compose.material:material-icons-extended", version.ref = "compose" }
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[versions]
|
||||
kotlin = "1.9.10"
|
||||
coroutines = "1.7.3"
|
||||
serialization = "1.6.0"
|
||||
kotlin = "1.9.24"
|
||||
coroutines = "1.8.0"
|
||||
serialization = "1.6.2"
|
||||
|
||||
[libraries]
|
||||
gradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
|
||||
|
@ -13,4 +13,4 @@ coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-androi
|
|||
coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" }
|
||||
|
||||
[plugins]
|
||||
android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
||||
android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
||||
|
|
|
@ -24,16 +24,16 @@ directionalviewpager = { module = "com.github.tachiyomiorg:DirectionalViewPager"
|
|||
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-crashlytics-gradle = { module = "com.google.firebase:firebase-crashlytics-gradle", version = "2.9.4" }
|
||||
firebase-crashlytics-gradle = { module = "com.google.firebase:firebase-crashlytics-gradle", version = "3.0.1" }
|
||||
flexbox = { module = "com.google.android.flexbox:flexbox", version = "3.0.0" }
|
||||
flexible-adapter-ui = { module = "com.github.arkon.FlexibleAdapter:flexible-adapter-ui", version.ref = "flexible-adapter" }
|
||||
flexible-adapter = { module = "com.github.arkon.FlexibleAdapter:flexible-adapter", version.ref = "flexible-adapter" }
|
||||
google-services = { module = "com.google.gms:google-services", version = "4.3.15" }
|
||||
google-services = { module = "com.google.gms:google-services", version = "4.4.1" }
|
||||
gradle = { module = "com.android.tools.build:gradle", version = "8.1.4" }
|
||||
guava = { module = "com.google.guava:guava", version = "31.1-android" }
|
||||
image-decoder = { module = "com.github.tachiyomiorg:image-decoder", version = "e08e9be535" }
|
||||
injekt-core = { module = "com.github.inorichi.injekt:injekt-core", version = "65b0440" }
|
||||
material = { module = "com.google.android.material:material", version = "1.11.0" }
|
||||
material = { module = "com.google.android.material:material", version = "1.12.0" }
|
||||
material-design-dimens = { module = "com.dmitrymalkovich.android:material-design-dimens", version = "1.4" }
|
||||
markwon = { module = "io.noties.markwon:core", version = "4.6.2" }
|
||||
mpandroidchart = { module = "com.github.PhilJay:MPAndroidChart", version = "v3.1.0" }
|
||||
|
@ -44,7 +44,7 @@ java-string-similarity = { module = "info.debatty:java-string-similarity", versi
|
|||
jsoup = { module = "org.jsoup:jsoup", version = "1.16.1" }
|
||||
junrar = { module = "com.github.junrar:junrar", version = "7.5.5" }
|
||||
loading-button = { module = "br.com.simplepass:loading-button-android", version = "2.2.0" }
|
||||
okio = { module = "com.squareup.okio:okio", version = "3.6.0" }
|
||||
okio = { module = "com.squareup.okio:okio", version = "3.8.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" }
|
||||
|
@ -64,7 +64,7 @@ shizuku-provider = { module = "dev.rikka.shizuku:provider", version.ref = "shizu
|
|||
taptargetview = { module = "com.getkeepsafe.taptargetview:taptargetview", version = "1.13.3" }
|
||||
timber = { module = "com.jakewharton.timber:timber", version = "4.7.1" }
|
||||
oss-licenses-plugin = { module = "com.google.android.gms:oss-licenses-plugin", version = "0.10.6" }
|
||||
firebase = { module = "com.google.firebase:firebase-bom", version = "32.7.0" }
|
||||
firebase = { module = "com.google.firebase:firebase-bom", version = "33.0.0" }
|
||||
firebase-analytics = { module = "com.google.firebase:firebase-analytics-ktx" }
|
||||
firebase-crashlytics = { module = "com.google.firebase:firebase-crashlytics-ktx" }
|
||||
unifile = { module = "com.github.tachiyomiorg:unifile", version = "17bec43" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue