Skip to content

Commit

Permalink
Remove unneeded dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mahozad committed Jun 23, 2021
1 parent 0650492 commit 820810f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions piechart/build.gradle.kts
Expand Up @@ -238,8 +238,6 @@ apply("${rootProject.projectDir}/scripts/publish-module.gradle")
dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion")
implementation("androidx.core:core-ktx:1.3.2")
implementation("androidx.appcompat:appcompat:1.2.0")
implementation("com.google.android.material:material:1.3.0")
testImplementation("org.junit.jupiter:junit-jupiter:5.7.1")
testImplementation("org.assertj:assertj-core:3.19.0")
androidTestImplementation("org.junit.jupiter:junit-jupiter:5.7.1")
Expand Down

0 comments on commit 820810f

Please sign in to comment.