Skip to content

Commit

Permalink
chore(release): 3.16.3
Browse files Browse the repository at this point in the history
## [3.16.3](v3.16.2...v3.16.3) (2024-09-09)

### Bug Fixes

* solve issue that sdk can not be compiled on android platform ([#203](#203)) ([a2b21de](a2b21de))
  • Loading branch information
amplitude-sdk-bot committed Sep 9, 2024
1 parent ce965d0 commit 23ff0e4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
path: ".."
relative: true
source: path
version: "3.16.2"
version: "3.16.3"
async:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion lib/constants.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class Constants {
static const packageName = 'amplitude-flutter';
static const packageVersion = '3.16.2';
static const packageVersion = '3.16.3';
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 23ff0e4

Please sign in to comment.