Skip to content

Commit 633dd3a

Browse files
committed
fix(android): native sdk update
1 parent 2373cc5 commit 633dd3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/platforms/android/include.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ android {
77
}
88
}
99
dependencies {
10-
def sentryVersion = project.hasProperty("sentryVersion") ? project.sentryVersion : "6.5.0"
10+
def sentryVersion = project.hasProperty("sentryVersion") ? project.sentryVersion : "6.9.1"
1111
implementation "io.sentry:sentry-android:$sentryVersion"
1212
}

0 commit comments

Comments
 (0)