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:
Ahmad Ansori Palembani 2024-08-01 08:29:25 +07:00
parent fd47319064
commit d82c029fd5
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
2 changed files with 2 additions and 9 deletions

View file

@ -5,7 +5,6 @@ coil3 = "3.0.0-alpha08"
flexible-adapter = "c8013533"
fast_adapter = "5.6.0"
moko = "0.24.1"
nucleus = "3.0.0"
okhttp = "5.0.0-alpha.14"
shizuku = "12.1.0"
# 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" }
markwon = { module = "io.noties.markwon:core", version = "4.6.2" }
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" }
jsoup = { module = "org.jsoup:jsoup", version = "1.17.1" }
junit-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" }