From 986e5734c909349a2575ca988a0fcb64de4ed0ff Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto <5731772+marandaneto@users.noreply.github.com> Date: Wed, 22 Jun 2022 09:37:39 +0200 Subject: [PATCH] Bump: Sentry-Cocoa to 7.18.0 and Sentry-Android to 6.1.2 (#892) --- CHANGELOG.md | 4 ++++ flutter/android/build.gradle | 2 +- flutter/ios/sentry_flutter.podspec | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80815ae33e..dc6438b617 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## Unreleased + +* Bump: Sentry-Cocoa to 7.18.0 and Sentry-Android to 6.1.2 (#892) + ## 6.6.0-beta.4 * Bump: Sentry-Cocoa to 7.17.0 and Sentry-Android to 6.1.1 (#891) diff --git a/flutter/android/build.gradle b/flutter/android/build.gradle index 6e52caf43c..67dd8dfcc9 100644 --- a/flutter/android/build.gradle +++ b/flutter/android/build.gradle @@ -54,6 +54,6 @@ android { } dependencies { - api 'io.sentry:sentry-android:6.1.1' + api 'io.sentry:sentry-android:6.1.2' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" } diff --git a/flutter/ios/sentry_flutter.podspec b/flutter/ios/sentry_flutter.podspec index 68bfe3ec44..5e77b0648c 100644 --- a/flutter/ios/sentry_flutter.podspec +++ b/flutter/ios/sentry_flutter.podspec @@ -12,7 +12,7 @@ Sentry SDK for Flutter with support to native through sentry-cocoa. :tag => s.version.to_s } s.source_files = 'Classes/**/*' s.public_header_files = 'Classes/**/*.h' - s.dependency 'Sentry', '~> 7.17.0' + s.dependency 'Sentry', '~> 7.18.0' s.ios.dependency 'Flutter' s.osx.dependency 'FlutterMacOS' s.ios.deployment_target = '9.0'