Skip to content

Commit ffb0efc

Browse files
committed
chore: bump native plugins
1 parent 118f104 commit ffb0efc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 : "2.2.1"
10+
def sentryVersion = project.hasProperty("sentryVersion") ? project.sentryVersion : "2.3.1"
1111
implementation "io.sentry:sentry-android:$sentryVersion"
1212
}

plugin/platforms/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pod 'Sentry', :git => 'https://github.com/getsentry/sentry-cocoa.git', :tag => '5.1.9'
1+
pod 'Sentry', :git => 'https://github.com/getsentry/sentry-cocoa.git', :tag => '5.2.2'

0 commit comments

Comments
 (0)