Releases: mihakrajnc/sentry-java
Releases · mihakrajnc/sentry-java
Release list
Sentry gradle plugin fix
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")