We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4472d46 commit 8c1fd64Copy full SHA for 8c1fd64
settings.gradle.kts
@@ -1,20 +1,4 @@
1
pluginManagement {
2
- resolutionStrategy {
3
- eachPlugin {
4
- if (requested.id.id == "com.android.application") {
5
- useModule("com.android.tools.build:gradle:${requested.version}")
6
- }
7
- if (requested.id.id == "io.sentry.android.gradle") {
8
- useModule("io.sentry:sentry-android-gradle-plugin:${requested.version}")
9
10
- if (requested.id.id == "io.sentry.kotlin.compiler.gradle") {
11
12
13
- if (requested.id.id == "io.sentry.jvm.gradle") {
14
15
16
17
18
repositories {
19
gradlePluginPortal()
20
mavenCentral()
0 commit comments