Skip to content

Commit

Permalink
[4.2.0] Fixing the gradle build
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaellins-swile committed Apr 23, 2024
1 parent f2a041f commit d2b45b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ kotest = "5.8.0"
spotless = "6.23.3"
mavenNexus = "1.3.0"
ktlint = "0.48.2"
androidPlugin = "8.3.1"
androidPlugin = "8.2.0"
npmPublish = "3.4.2"
core-ktx = "1.12.0"
junit = "4.13.2"
Expand Down
8 changes: 0 additions & 8 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@ pluginManagement {
gradlePluginPortal()
mavenLocal()
}

resolutionStrategy {
eachPlugin {
if (requested.id.namespace == "com.android" || requested.id.name == "kotlin-android-extensions") {
useModule("com.android.tools.build:gradle:8.2.0")
}
}
}
}

rootProject.name = "qrcode-kotlin"
Expand Down

0 comments on commit d2b45b5

Please sign in to comment.