Skip to content

Commit

Permalink
Removed broken workaround from Android example app config
Browse files Browse the repository at this point in the history
  • Loading branch information
JaffaKetchup committed Aug 19, 2024
1 parent 9e72a67 commit 05c0f0c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,3 @@ android {
flutter {
source = "../.."
}

configurations.all {
resolutionStrategy {
eachDependency {
if ((requested.group == "org.jetbrains.kotlin") && (requested.name.startsWith("kotlin-stdlib"))) {
useVersion("1.7.10")
}
}
}
}

0 comments on commit 05c0f0c

Please sign in to comment.