Skip to content

Commit 0589304

Browse files
authored
Merge pull request #497 from ably/release/1.2.24
Release/1.2.24
2 parents de79ce5 + d9ab663 commit 0589304

File tree

8 files changed

+15
-9
lines changed

8 files changed

+15
-9
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

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+
39
## [1.2.23](https://github.com/ably/ably-flutter/tree/v1.2.23)
410

511
[Full Changelog](https://github.com/ably/ably-flutter/compare/v1.2.22...v1.2.23)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ In `pubspec.yaml` file:
7070

7171
```yaml
7272
dependencies:
73-
ably_flutter: ^1.2.23
73+
ably_flutter: ^1.2.24
7474
```
7575
7676
### Import the package

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ apply plugin: 'com.android.library'
2323

2424
dependencies {
2525
// https://github.com/ably/ably-java/
26-
implementation 'io.ably:ably-android:1.2.32'
26+
implementation 'io.ably:ably-android:1.2.33'
2727

2828
// https://firebase.google.com/docs/cloud-messaging/android/client
2929
implementation 'com.google.firebase:firebase-messaging:23.0.4'

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PODS:
22
- Ably (1.2.23):
33
- AblyDeltaCodec (= 1.3.3)
44
- msgpack (= 0.4.0)
5-
- ably_flutter (1.2.23):
5+
- ably_flutter (1.2.24):
66
- Ably (= 1.2.23)
77
- Flutter
88
- AblyDeltaCodec (1.3.3)
@@ -45,7 +45,7 @@ EXTERNAL SOURCES:
4545

4646
SPEC CHECKSUMS:
4747
Ably: aaadd144e79ee75f024aef338db5d594b48d7142
48-
ably_flutter: c94bc343b8b4dde4b1e77bc73b3447703f58fe18
48+
ably_flutter: a4e2a5fb4c931b77bb0fe1b795f090e77b1009b3
4949
AblyDeltaCodec: add5d06a756b3581b12aab5b5500a320b8c55bea
5050
device_info_plus: e5c5da33f982a436e103237c0c85f9031142abed
5151
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
path: ".."
88
relative: true
99
source: path
10-
version: "1.2.23"
10+
version: "1.2.24"
1111
args:
1212
dependency: transitive
1313
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: ably_flutter
22
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
44
repository: https://github.com/ably/ably-flutter
55

66
environment:

test_integration/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PODS:
22
- Ably (1.2.23):
33
- AblyDeltaCodec (= 1.3.3)
44
- msgpack (= 0.4.0)
5-
- ably_flutter (1.2.23):
5+
- ably_flutter (1.2.24):
66
- Ably (= 1.2.23)
77
- Flutter
88
- AblyDeltaCodec (1.3.3)
@@ -27,7 +27,7 @@ EXTERNAL SOURCES:
2727

2828
SPEC CHECKSUMS:
2929
Ably: aaadd144e79ee75f024aef338db5d594b48d7142
30-
ably_flutter: c94bc343b8b4dde4b1e77bc73b3447703f58fe18
30+
ably_flutter: a4e2a5fb4c931b77bb0fe1b795f090e77b1009b3
3131
AblyDeltaCodec: add5d06a756b3581b12aab5b5500a320b8c55bea
3232
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
3333
msgpack: c85f6251873059738472ae136951cec5f30f3251

test_integration/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ packages:
1515
path: ".."
1616
relative: true
1717
source: path
18-
version: "1.2.20"
18+
version: "1.2.24"
1919
analyzer:
2020
dependency: transitive
2121
description:

0 commit comments

Comments
 (0)