Skip to content

Commit 1b806c6

Browse files
committed
fix(android): use latest gradle plugin requiring gradle 7+
1 parent 89d361c commit 1b806c6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed
Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11

2+
// buildscript {
23
repositories {
34
google()
45
mavenCentral()
56
}
67
dependencies {
7-
classpath 'io.sentry:sentry-android-gradle-plugin:2.1.5'
8-
}
8+
// def sentryGradleVersion = project.hasProperty("sentryGradleVersion") ? project.sentryGradleVersion : "3.2.0"
9+
// println "sentryGradleVersion $sentryGradleVersion"
10+
classpath "io.sentry:sentry-android-gradle-plugin:3.2.0"
11+
}
12+
// }

0 commit comments

Comments
 (0)