From b6a27a48d325d44475a6325ddd979211b2eba934 Mon Sep 17 00:00:00 2001 From: GitHub Date: Wed, 15 Jan 2025 12:00:33 +0000 Subject: [PATCH] chore: update flutter/scripts/update-native.sh to 0.7.18 --- CHANGELOG.md | 3 +++ flutter/sentry-native/CMakeCache.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1f7263c2c..7466e87d52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,9 @@ - Bump Android SDK from v7.19.0 to v7.20.0 ([#2536](https://github.com/getsentry/sentry-dart/pull/2536), [#2549](https://github.com/getsentry/sentry-dart/pull/2549)) - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7200) - [diff](https://github.com/getsentry/sentry-java/compare/7.19.0...7.20.0) +- Bump Native SDK from v0.7.17 to v0.7.18 ([#2578](https://github.com/getsentry/sentry-dart/pull/2578)) + - [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0718) + - [diff](https://github.com/getsentry/sentry-native/compare/0.7.17...0.7.18) ## 8.12.0 diff --git a/flutter/sentry-native/CMakeCache.txt b/flutter/sentry-native/CMakeCache.txt index 29f1ef3024..6397bc0d6f 100644 --- a/flutter/sentry-native/CMakeCache.txt +++ b/flutter/sentry-native/CMakeCache.txt @@ -2,4 +2,4 @@ # Basically, this is a properties file we use both in CMake and update-deps.yml to update dependencies. repo=https://github.com/getsentry/sentry-native -version=0.7.17 +version=0.7.18