Skip to content

Commit c1ccbb2

Browse files
committed
fix(android): rollback gradle plugin version as it breaks build in some apps
1 parent 787075d commit c1ccbb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/platforms/android/buildscript.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ repositories {
44
mavenCentral()
55
}
66
dependencies {
7-
classpath 'io.sentry:sentry-android-gradle-plugin:3.0.0-rc.1'
7+
classpath 'io.sentry:sentry-android-gradle-plugin:2.1.5'
88
}

0 commit comments

Comments
 (0)