diff --git a/docs/android/changelog.md b/docs/android/changelog.md index b8fbd9c1..ebf01eff 100644 --- a/docs/android/changelog.md +++ b/docs/android/changelog.md @@ -6,6 +6,13 @@ sidebar_position: 4 # Android SDK Changelog +## 7.1.0 +*February 7, 2025* + +- Fixed stacktrace symbolication issue caused by incorrect ProGuard rules +- Added API for sending log messages that contain binary attachments +- Internal refactoring of gradle plugin + ## 7.0.0 *January 28, 2025* diff --git a/embrace.json b/embrace.json index efc27985..db8037a6 100644 --- a/embrace.json +++ b/embrace.json @@ -1,6 +1,6 @@ { "android": { - "version": "7.0.0" + "version": "7.1.0" }, "flutter": { "version": "3.0.1"