From 758ac27c3d56b79062d968b7d019cc4744014d82 Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Mon, 23 Jun 2025 18:32:25 +0200 Subject: [PATCH] Remove unnecessary dependency --- app/build.gradle.kts | 1 - gradle/libs.versions.toml | 2 -- 2 files changed, 3 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 71aa7a5..467ae6a 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -67,7 +67,6 @@ dependencies { implementation(libs.retrofit.converter.gson) implementation(libs.androidx.material3.window.size.class1) implementation(libs.okhttp.sse) - implementation(libs.androidx.navigation.compose) testImplementation(libs.junit) androidTestImplementation(libs.androidx.junit) androidTestImplementation(libs.androidx.espresso.core) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7c556f4..d3ea46e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -17,7 +17,6 @@ secrets = "2.0.1" loggingInterceptor = "4.12.0" material3WindowSizeClass = "1.3.2" okhttpSse = "4.12.0" -navigationCompose = "2.9.0" parcelize = "2.1.21" [libraries] @@ -44,7 +43,6 @@ retrofit-converter-gson = { group = "com.squareup.retrofit2", name = "converter- logging-interceptor = { group = "com.squareup.okhttp3", name = "logging-interceptor", version.ref = "loggingInterceptor" } androidx-material3-window-size-class1 = { group = "androidx.compose.material3", name = "material3-window-size-class", version.ref = "material3WindowSizeClass" } okhttp-sse = { group = "com.squareup.okhttp3", name = "okhttp-sse", version.ref = "okhttpSse" } -androidx-navigation-compose = { group = "androidx.navigation", name = "navigation-compose", version.ref = "navigationCompose" } [plugins] android-application = { id = "com.android.application", version.ref = "agp" }