mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
chore(deps): Remove nucleus dependency
Jay removed Nucleus since 1.6.4, not sure why it's still listed on the deps
This commit is contained in:
parent
fd47319064
commit
d82c029fd5
2 changed files with 2 additions and 9 deletions
|
@ -224,8 +224,8 @@ dependencies {
|
||||||
implementation("com.github.inorichi.storio:storio-sqlite:8be19de@aar")
|
implementation("com.github.inorichi.storio:storio-sqlite:8be19de@aar")
|
||||||
|
|
||||||
// Model View Presenter
|
// Model View Presenter
|
||||||
implementation(libs.nucleus)
|
implementation(libs.conductor)
|
||||||
implementation(libs.nucleus.support.v7)
|
implementation(libs.conductor.support.preference)
|
||||||
|
|
||||||
// Image library
|
// Image library
|
||||||
implementation(libs.bundles.coil)
|
implementation(libs.bundles.coil)
|
||||||
|
@ -251,10 +251,6 @@ dependencies {
|
||||||
implementation(libs.viewtooltip)
|
implementation(libs.viewtooltip)
|
||||||
implementation(libs.taptargetview)
|
implementation(libs.taptargetview)
|
||||||
|
|
||||||
// Conductor
|
|
||||||
implementation(libs.conductor)
|
|
||||||
implementation(libs.conductor.support.preference)
|
|
||||||
|
|
||||||
// Navigation
|
// Navigation
|
||||||
implementation(libs.bundles.voyager)
|
implementation(libs.bundles.voyager)
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,6 @@ coil3 = "3.0.0-alpha08"
|
||||||
flexible-adapter = "c8013533"
|
flexible-adapter = "c8013533"
|
||||||
fast_adapter = "5.6.0"
|
fast_adapter = "5.6.0"
|
||||||
moko = "0.24.1"
|
moko = "0.24.1"
|
||||||
nucleus = "3.0.0"
|
|
||||||
okhttp = "5.0.0-alpha.14"
|
okhttp = "5.0.0-alpha.14"
|
||||||
shizuku = "12.1.0"
|
shizuku = "12.1.0"
|
||||||
# FIXME: Uncomment once SQLDelight support KMP AndroidX SQLiteDriver
|
# FIXME: Uncomment once SQLDelight support KMP AndroidX SQLiteDriver
|
||||||
|
@ -52,8 +51,6 @@ material = { module = "com.google.android.material:material", version = "1.12.0"
|
||||||
material-design-dimens = { module = "com.dmitrymalkovich.android:material-design-dimens", version = "1.4" }
|
material-design-dimens = { module = "com.dmitrymalkovich.android:material-design-dimens", version = "1.4" }
|
||||||
markwon = { module = "io.noties.markwon:core", version = "4.6.2" }
|
markwon = { module = "io.noties.markwon:core", version = "4.6.2" }
|
||||||
mpandroidchart = { module = "com.github.PhilJay:MPAndroidChart", version = "v3.1.0" }
|
mpandroidchart = { module = "com.github.PhilJay:MPAndroidChart", version = "v3.1.0" }
|
||||||
nucleus-support-v7 = { module = "info.android15.nucleus:nucleus-support-v7", version.ref = "nucleus" }
|
|
||||||
nucleus = { module = "info.android15.nucleus:nucleus", version.ref = "nucleus" }
|
|
||||||
java-nat-sort = { module = "com.github.gpanther:java-nat-sort", version = "natural-comparator-1.1" }
|
java-nat-sort = { module = "com.github.gpanther:java-nat-sort", version = "natural-comparator-1.1" }
|
||||||
jsoup = { module = "org.jsoup:jsoup", version = "1.17.1" }
|
jsoup = { module = "org.jsoup:jsoup", version = "1.17.1" }
|
||||||
junit-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" }
|
junit-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue