From 9524b305c6fd07c1e65c293cfb4f152df593cb57 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 14:57:09 +0900 Subject: [PATCH] =?UTF-8?q?=E4=BE=9D=E5=AD=98=E9=96=A2=E4=BF=82=E6=95=B4?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 9 --------- 1 file changed, 9 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 882a2254..7159d1ad 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -30,13 +30,6 @@ android { } dependencies { - -// implementation 'androidx.appcompat:appcompat:1.6.1' -// implementation 'com.google.android.material:material:1.10.0' -// implementation 'androidx.constraintlayout:constraintlayout:2.1.4' -// testImplementation 'junit:junit:4.13.2' -// androidTestImplementation 'androidx.test.ext:junit:1.1.5' -// androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' implementation libs.androidx.appcompat implementation libs.com.google.android.material implementation libs.androidx.constraintlayout @@ -46,8 +39,6 @@ dependencies { // Hilt (DI) -// implementation "com.google.dagger:hilt-android:2.44" -// annotationProcessor "com.google.dagger:hilt-compiler:2.44" implementation libs.com.google.dagger.hilt.android annotationProcessor libs.com.google.dagger.hilt.compiler