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 118f104 commit ffb0efcCopy full SHA for ffb0efc
plugin/platforms/android/include.gradle
@@ -7,6 +7,6 @@ android {
7
}
8
9
dependencies {
10
- def sentryVersion = project.hasProperty("sentryVersion") ? project.sentryVersion : "2.2.1"
+ def sentryVersion = project.hasProperty("sentryVersion") ? project.sentryVersion : "2.3.1"
11
implementation "io.sentry:sentry-android:$sentryVersion"
12
plugin/platforms/ios/Podfile
@@ -1 +1 @@
1
-pod 'Sentry', :git => 'https://github.com/getsentry/sentry-cocoa.git', :tag => '5.1.9'
+pod 'Sentry', :git => 'https://github.com/getsentry/sentry-cocoa.git', :tag => '5.2.2'
0 commit comments