From afb458daf62109fe956b5ae53ba55769e400287b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=8D=E3=82=80=E3=81=AD=E3=81=93?= Date: Thu, 7 Dec 2023 13:51:06 +0900 Subject: [PATCH] =?UTF-8?q?Revert=20"Navigation=20Component=E3=81=AE?= =?UTF-8?q?=E3=82=A2=E3=83=83=E3=83=97=E3=83=87=E3=83=BC=E3=83=88,=20?= =?UTF-8?q?=E5=88=A5=E3=83=A2=E3=82=B8=E3=83=A5=E3=83=BC=E3=83=AB=E3=81=AE?= =?UTF-8?q?=E3=82=A4=E3=83=B3=E3=83=97=E3=83=AA=E3=83=A1=E3=83=B3=E3=83=88?= =?UTF-8?q?"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit b2b2f3095f479b2c1b1be0a4849a08fe8fbc6961. --- app/build.gradle | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 0b113264..3e3c6634 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -38,15 +38,12 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' - // Module - implementation project(':ui:home') - // Hilt (DI) implementation "com.google.dagger:hilt-android:2.44" annotationProcessor "com.google.dagger:hilt-compiler:2.44" // Navigation Component - def nav_version = "2.7.5" + def nav_version = "2.5.3" // Java language implementation implementation "androidx.navigation:navigation-fragment:$nav_version"