Skip to content

Commit

Permalink
Clean up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
janseeger committed Jan 8, 2024
1 parent 8f26f4f commit 0339106
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dachlatten-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ plugins {
}

dependencies {
compileOnly(libs.androidx.activity)

implementation(libs.coroutines)
implementation(libs.lifecycle.process)
implementation(libs.annotation.jvm)
implementation(libs.androidx.activity)

testImplementation(libs.coroutines)
testImplementation(libs.androidx.activity)
}

0 comments on commit 0339106

Please sign in to comment.