File tree Expand file tree Collapse file tree 8 files changed +15
-9
lines changed Expand file tree Collapse file tree 8 files changed +15
-9
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.2.24] ( https://github.com/ably/ably-flutter/tree/v1.2.24 )
4
+
5
+ [ Full Changelog] ( https://github.com/ably/ably-flutter/compare/v1.2.23...v1.2.24 )
6
+
7
+ - ` ably-android ` dependency is bumped to ` 1.2.33 `
8
+
3
9
## [ 1.2.23] ( https://github.com/ably/ably-flutter/tree/v1.2.23 )
4
10
5
11
[ Full Changelog] ( https://github.com/ably/ably-flutter/compare/v1.2.22...v1.2.23 )
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ In `pubspec.yaml` file:
70
70
71
71
``` yaml
72
72
dependencies :
73
- ably_flutter : ^1.2.23
73
+ ably_flutter : ^1.2.24
74
74
` ` `
75
75
76
76
### Import the package
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ apply plugin: 'com.android.library'
23
23
24
24
dependencies {
25
25
// https://github.com/ably/ably-java/
26
- implementation ' io.ably:ably-android:1.2.32 '
26
+ implementation ' io.ably:ably-android:1.2.33 '
27
27
28
28
// https://firebase.google.com/docs/cloud-messaging/android/client
29
29
implementation ' com.google.firebase:firebase-messaging:23.0.4'
Original file line number Diff line number Diff line change 2
2
- Ably (1.2.23):
3
3
- AblyDeltaCodec (= 1.3.3)
4
4
- msgpack (= 0.4.0)
5
- - ably_flutter (1.2.23 ):
5
+ - ably_flutter (1.2.24 ):
6
6
- Ably (= 1.2.23)
7
7
- Flutter
8
8
- AblyDeltaCodec (1.3.3)
@@ -45,7 +45,7 @@ EXTERNAL SOURCES:
45
45
46
46
SPEC CHECKSUMS:
47
47
Ably: aaadd144e79ee75f024aef338db5d594b48d7142
48
- ably_flutter: c94bc343b8b4dde4b1e77bc73b3447703f58fe18
48
+ ably_flutter: a4e2a5fb4c931b77bb0fe1b795f090e77b1009b3
49
49
AblyDeltaCodec: add5d06a756b3581b12aab5b5500a320b8c55bea
50
50
device_info_plus: e5c5da33f982a436e103237c0c85f9031142abed
51
51
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
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: "1.2.23 "
10
+ version: "1.2.24 "
11
11
args:
12
12
dependency: transitive
13
13
description:
Original file line number Diff line number Diff line change 1
1
name : ably_flutter
2
2
description : A wrapper around Ably's Cocoa and Java client library SDKs, providing iOS and Android support.
3
- version : 1.2.23
3
+ version : 1.2.24
4
4
repository : https://github.com/ably/ably-flutter
5
5
6
6
environment :
Original file line number Diff line number Diff line change 2
2
- Ably (1.2.23):
3
3
- AblyDeltaCodec (= 1.3.3)
4
4
- msgpack (= 0.4.0)
5
- - ably_flutter (1.2.23 ):
5
+ - ably_flutter (1.2.24 ):
6
6
- Ably (= 1.2.23)
7
7
- Flutter
8
8
- AblyDeltaCodec (1.3.3)
@@ -27,7 +27,7 @@ EXTERNAL SOURCES:
27
27
28
28
SPEC CHECKSUMS:
29
29
Ably: aaadd144e79ee75f024aef338db5d594b48d7142
30
- ably_flutter: c94bc343b8b4dde4b1e77bc73b3447703f58fe18
30
+ ably_flutter: a4e2a5fb4c931b77bb0fe1b795f090e77b1009b3
31
31
AblyDeltaCodec: add5d06a756b3581b12aab5b5500a320b8c55bea
32
32
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
33
33
msgpack: c85f6251873059738472ae136951cec5f30f3251
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ packages:
15
15
path: ".."
16
16
relative: true
17
17
source: path
18
- version: "1.2.20 "
18
+ version: "1.2.24 "
19
19
analyzer:
20
20
dependency: transitive
21
21
description:
You can’t perform that action at this time.
0 commit comments