depend移動

This commit is contained in:
ろむねこ 2024-07-09 11:25:27 +09:00
parent dcec3c2e9e
commit 47134fcde6
Signed by: Fujimatsu
GPG Key ID: FA1F39A1BA37D168
2 changed files with 2 additions and 2 deletions

View File

@ -44,8 +44,6 @@ dependencies {
implementation 'one.nem:compact-calendar-view:1.0.0' implementation 'one.nem:compact-calendar-view:1.0.0'
implementation 'jp.wasabeef:recyclerview-animators:4.0.2'
// Project modules // Project modules
implementation project(':model') implementation project(':model')
implementation project(':utils') implementation project(':utils')

View File

@ -38,6 +38,8 @@ dependencies {
implementation libs.com.google.dagger.hilt.android implementation libs.com.google.dagger.hilt.android
annotationProcessor libs.com.google.dagger.hilt.compiler annotationProcessor libs.com.google.dagger.hilt.compiler
implementation 'jp.wasabeef:recyclerview-animators:4.0.2'
// Gson // Gson
implementation libs.gson implementation libs.gson
} }