Revert "ナビゲーショングラフ作成"

This reverts commit 13f31017f7.
This commit is contained in:
ろむねこ 2024-01-18 14:31:30 +09:00
parent 13f31017f7
commit c5b0a33720
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168
3 changed files with 0 additions and 12 deletions

View File

@ -29,8 +29,6 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.10.0'
implementation libs.androidx.navigation.fragment
implementation libs.androidx.navigation.ui
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'

View File

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<navigation xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/feature_search_navigation">
</navigation>

View File

@ -3,8 +3,6 @@ nav = "2.7.5"
agp = "8.0.2"
activity = "1.8.0"
room = "2.5.0"
navigationFragment = "2.7.6"
navigationUi = "2.7.6"
[libraries]
navigation-fragment = { group="androidx.navigation", name="navigation-fragment", version.ref="nav"}
@ -25,8 +23,6 @@ androidx-activity = { group = "androidx.activity", name = "activity", version.re
androidx-room-runtime = { group = "androidx.room", name = "room-runtime", version.ref = "room" }
androidx-room-compiler = { group = "androidx.room", name = "room-compiler", version.ref = "room" }
androidx-navigation-fragment = { group = "androidx.navigation", name = "navigation-fragment", version.ref = "navigationFragment" }
androidx-navigation-ui = { group = "androidx.navigation", name = "navigation-ui", version.ref = "navigationUi" }
[plugins]
com-android-library = { id = "com.android.library", version.ref = "agp" }