Skip to content

Sentry gradle plugin fix

Latest

Choose a tag to compare

@mihakrajnc mihakrajnc released this 08 May 09:29
d18ae7f

Fixes:
getsentry#661
getsentry#702

Usage:

Put in libs in the root of your project and change this in your root buildscript:

// classpath "io.sentry:sentry-android-gradle-plugin:$sentryVersion"
// FIXME: Temporary locally build library that fixes #702 and #661 in getsentry/sentry-java (github)
classpath files("lib/sentry-android-gradle-plugin-1.7.23-SNAPSHOT.jar")