Skip to content

Commit cd0fedd

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/platforms/android/buildscript.gradle

Lines changed: 1 addition & 1 deletion
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)