Skip to content

Commit

Permalink
Reverts changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAlcerreca committed Dec 9, 2024
1 parent e40164c commit 26c397a
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -75,20 +75,6 @@ dependencies {
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.7")
implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7")

// Retrofit
implementation("com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter:1.0.0")
implementation("com.squareup.retrofit2:retrofit:2.11.0")
implementation("io.coil-kt:coil-compose:2.7.0")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3")

testImplementation("junit:junit:4.13.2")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0")

androidTestImplementation(platform("androidx.compose:compose-bom:2024.11.00"))
androidTestImplementation("androidx.compose.ui:ui-test-junit4")
androidTestImplementation("androidx.test.espresso:espresso-core:3.6.1")
androidTestImplementation("androidx.test.ext:junit:1.2.1")

debugImplementation("androidx.compose.ui:ui-test-manifest")
debugImplementation("androidx.compose.ui:ui-tooling")
}

0 comments on commit 26c397a

Please sign in to comment.