From af2d175c1ac16ff4cfdb9504c013db825fe9b436 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 17:32:12 +0000 Subject: [PATCH] chore(deps): update Android SDK to v6.4.4 (#1062) Co-authored-by: GitHub --- CHANGELOG.md | 8 ++++++++ flutter/android/build.gradle | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c85b17bb9..229ed2440b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Unreleased + +### Dependencies + +- Bump Android SDK from v6.4.3 to v6.4.4 ([#1062](https://github.com/getsentry/sentry-dart/pull/1062)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#644) + - [diff](https://github.com/getsentry/sentry-java/compare/6.4.3...6.4.4) + ## 6.12.0 ### Fixes diff --git a/flutter/android/build.gradle b/flutter/android/build.gradle index 1fe237e25b..2279d361e5 100644 --- a/flutter/android/build.gradle +++ b/flutter/android/build.gradle @@ -54,6 +54,6 @@ android { } dependencies { - api 'io.sentry:sentry-android:6.4.3' + api 'io.sentry:sentry-android:6.4.4' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" }