Skip to content

Commit

Permalink
Avoid conflicting versions of libs from com.android.tools
Browse files Browse the repository at this point in the history
Best to not specify R8 version to use the matching one
automatically
  • Loading branch information
centic9 committed Dec 26, 2024
1 parent 3ea26a2 commit 67c8207
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ pluginManagement {
repositories {
google()
}
dependencies {
classpath("com.android.tools:r8:8.5.35")
}
}
}

Expand Down

0 comments on commit 67c8207

Please sign in to comment.