Remove unnecessary dependency
This commit is contained in:
parent
c52638b5e0
commit
758ac27c3d
2 changed files with 0 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue