mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 02:34:39 +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")
|
||||
|
||||
// Model View Presenter
|
||||
implementation(libs.nucleus)
|
||||
implementation(libs.nucleus.support.v7)
|
||||
implementation(libs.conductor)
|
||||
implementation(libs.conductor.support.preference)
|
||||
|
||||
// Image library
|
||||
implementation(libs.bundles.coil)
|
||||
|
@ -251,10 +251,6 @@ dependencies {
|
|||
implementation(libs.viewtooltip)
|
||||
implementation(libs.taptargetview)
|
||||
|
||||
// Conductor
|
||||
implementation(libs.conductor)
|
||||
implementation(libs.conductor.support.preference)
|
||||
|
||||
// Navigation
|
||||
implementation(libs.bundles.voyager)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue