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 2373cc5 commit 633dd3aCopy full SHA for 633dd3a
plugin/platforms/android/include.gradle
@@ -7,6 +7,6 @@ android {
7
}
8
9
dependencies {
10
- def sentryVersion = project.hasProperty("sentryVersion") ? project.sentryVersion : "6.5.0"
+ def sentryVersion = project.hasProperty("sentryVersion") ? project.sentryVersion : "6.9.1"
11
implementation "io.sentry:sentry-android:$sentryVersion"
12
0 commit comments