mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +00:00
Revert "Navigation Componentのアップデート, 別モジュールのインプリメント"
This reverts commit b2b2f3095f
.
This commit is contained in:
parent
78bba740c2
commit
afb458daf6
|
@ -38,15 +38,12 @@ dependencies {
|
||||||
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
|
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
|
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
|
||||||
|
|
||||||
// Module
|
|
||||||
implementation project(':ui:home')
|
|
||||||
|
|
||||||
// Hilt (DI)
|
// Hilt (DI)
|
||||||
implementation "com.google.dagger:hilt-android:2.44"
|
implementation "com.google.dagger:hilt-android:2.44"
|
||||||
annotationProcessor "com.google.dagger:hilt-compiler:2.44"
|
annotationProcessor "com.google.dagger:hilt-compiler:2.44"
|
||||||
|
|
||||||
// Navigation Component
|
// Navigation Component
|
||||||
def nav_version = "2.7.5"
|
def nav_version = "2.5.3"
|
||||||
|
|
||||||
// Java language implementation
|
// Java language implementation
|
||||||
implementation "androidx.navigation:navigation-fragment:$nav_version"
|
implementation "androidx.navigation:navigation-fragment:$nav_version"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user