From 23ff0e4ee9ff53be5cc5d9dbb018059ce8165196 Mon Sep 17 00:00:00 2001 From: amplitude-sdk-bot Date: Mon, 9 Sep 2024 18:35:49 +0000 Subject: [PATCH] chore(release): 3.16.3 ## [3.16.3](https://github.com/amplitude/Amplitude-Flutter/compare/v3.16.2...v3.16.3) (2024-09-09) ### Bug Fixes * solve issue that sdk can not be compiled on android platform ([#203](https://github.com/amplitude/Amplitude-Flutter/issues/203)) ([a2b21de](https://github.com/amplitude/Amplitude-Flutter/commit/a2b21de12d548794096291636d78d1ab9de5f4cc)) --- CHANGELOG.md | 7 +++++++ example/pubspec.lock | 2 +- lib/constants.dart | 2 +- pubspec.yaml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21b29ba..00456a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.16.3](https://github.com/amplitude/Amplitude-Flutter/compare/v3.16.2...v3.16.3) (2024-09-09) + + +### Bug Fixes + +* solve issue that sdk can not be compiled on android platform ([#203](https://github.com/amplitude/Amplitude-Flutter/issues/203)) ([a2b21de](https://github.com/amplitude/Amplitude-Flutter/commit/a2b21de12d548794096291636d78d1ab9de5f4cc)) + ## [3.16.2](https://github.com/amplitude/Amplitude-Flutter/compare/v3.16.1...v3.16.2) (2024-02-08) diff --git a/example/pubspec.lock b/example/pubspec.lock index 03f90dd..d8996f8 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -7,7 +7,7 @@ packages: path: ".." relative: true source: path - version: "3.16.2" + version: "3.16.3" async: dependency: transitive description: diff --git a/lib/constants.dart b/lib/constants.dart index 4f5fd54..22124e4 100644 --- a/lib/constants.dart +++ b/lib/constants.dart @@ -1,4 +1,4 @@ class Constants { static const packageName = 'amplitude-flutter'; - static const packageVersion = '3.16.2'; + static const packageVersion = '3.16.3'; } diff --git a/pubspec.yaml b/pubspec.yaml index 55209e6..2644a9f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: amplitude_flutter description: Amplitude Flutter plugin -version: 3.16.2 +version: 3.16.3 homepage: https://www.amplitude.com repository: https://github.com/amplitude/Amplitude-Flutter