Remove unnecessary dependency

This commit is contained in:
Minecon724 2025-06-23 18:32:25 +02:00
commit 758ac27c3d
Signed by untrusted user who does not match committer: m724
GPG key ID: A02E6E67AB961189
2 changed files with 0 additions and 3 deletions

View file

@ -67,7 +67,6 @@ dependencies {
implementation(libs.retrofit.converter.gson) implementation(libs.retrofit.converter.gson)
implementation(libs.androidx.material3.window.size.class1) implementation(libs.androidx.material3.window.size.class1)
implementation(libs.okhttp.sse) implementation(libs.okhttp.sse)
implementation(libs.androidx.navigation.compose)
testImplementation(libs.junit) testImplementation(libs.junit)
androidTestImplementation(libs.androidx.junit) androidTestImplementation(libs.androidx.junit)
androidTestImplementation(libs.androidx.espresso.core) androidTestImplementation(libs.androidx.espresso.core)

View file

@ -17,7 +17,6 @@ secrets = "2.0.1"
loggingInterceptor = "4.12.0" loggingInterceptor = "4.12.0"
material3WindowSizeClass = "1.3.2" material3WindowSizeClass = "1.3.2"
okhttpSse = "4.12.0" okhttpSse = "4.12.0"
navigationCompose = "2.9.0"
parcelize = "2.1.21" parcelize = "2.1.21"
[libraries] [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" } 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" } 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" } 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] [plugins]
android-application = { id = "com.android.application", version.ref = "agp" } android-application = { id = "com.android.application", version.ref = "agp" }