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 89d361c commit 1b806c6Copy full SHA for 1b806c6
plugin/platforms/android/buildscript.gradle
@@ -1,8 +1,12 @@
1
2
+// buildscript {
3
repositories {
4
google()
5
mavenCentral()
6
}
7
dependencies {
- classpath 'io.sentry:sentry-android-gradle-plugin:2.1.5'
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