File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 3.16.7] ( https://github.com/amplitude/Amplitude-Flutter/compare/v3.16.6...v3.16.7 ) (2025-01-21)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * removed references to deprecated v1 Android embedding ([ #220 ] ( https://github.com/amplitude/Amplitude-Flutter/issues/220 ) ) ([ 82aa8db] ( https://github.com/amplitude/Amplitude-Flutter/commit/82aa8db50bcc5bc19fb9d82ac968d0e9cc2851e3 ) )
7
+
1
8
## [ 3.16.6] ( https://github.com/amplitude/Amplitude-Flutter/compare/v3.16.5...v3.16.6 ) (2025-01-02)
2
9
3
10
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ packages:
7
7
path: ".."
8
8
relative: true
9
9
source: path
10
- version: "3.16.6 "
10
+ version: "3.16.7 "
11
11
async:
12
12
dependency: transitive
13
13
description:
Original file line number Diff line number Diff line change 1
1
class Constants {
2
2
static const packageName = 'amplitude-flutter' ;
3
- static const packageVersion = '3.16.6 ' ;
3
+ static const packageVersion = '3.16.7 ' ;
4
4
}
Original file line number Diff line number Diff line change 1
1
name : amplitude_flutter
2
2
description : Amplitude Flutter plugin
3
- version : 3.16.6
3
+ version : 3.16.7
4
4
homepage : https://www.amplitude.com
5
5
repository : https://github.com/amplitude/Amplitude-Flutter
6
6
You can’t perform that action at this time.
0 commit comments