Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/1.2.31 #522

Merged
merged 3 commits into from
May 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.2.31](https://github.com/ably/ably-flutter/tree/v1.2.31)

[Full Changelog](https://github.com/ably/ably-flutter/compare/v1.2.30...v1.2.31)

This release improves support for Android 19

- Updated `ably-android` dependency to `1.2.38`

## [1.2.30](https://github.com/ably/ably-flutter/tree/v1.2.30)

[Full Changelog](https://github.com/ably/ably-flutter/compare/v1.2.29...v1.2.30)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ In `pubspec.yaml` file:

```yaml
dependencies:
ably_flutter: ^1.2.30
ably_flutter: ^1.2.31
```

### Import the package
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ apply plugin: 'com.android.library'

dependencies {
// https://github.com/ably/ably-java/
implementation 'io.ably:ably-android:1.2.36'
implementation 'io.ably:ably-android:1.2.38'

// https://firebase.google.com/docs/cloud-messaging/android/client
implementation 'com.google.firebase:firebase-messaging:23.0.4'
Expand Down
8 changes: 4 additions & 4 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PODS:
- Ably (1.2.30):
- AblyDeltaCodec (= 1.3.3)
- msgpack (= 0.4.0)
- ably_flutter (1.2.30):
- ably_flutter (1.2.31):
- Ably (= 1.2.30)
- Flutter
- AblyDeltaCodec (1.3.3)
Expand Down Expand Up @@ -45,15 +45,15 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Ably: 0022e87130c1a433cf63852ef09d0cdd7c19f028
ably_flutter: 0376bdd1c855fec02a82a5c09aace92605973121
ably_flutter: c601917f63e89a838a6700b9d54233fe064e2f8b
AblyDeltaCodec: add5d06a756b3581b12aab5b5500a320b8c55bea
device_info_plus: e5c5da33f982a436e103237c0c85f9031142abed
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
flutter_local_notifications: 0c0b1ae97e741e1521e4c1629a459d04b9aec743
fluttertoast: 6122fa75143e992b1d3470f61000f591a798cc58
msgpack: c85f6251873059738472ae136951cec5f30f3251
Toast: 91b396c56ee72a5790816f40d3a94dd357abc196

PODFILE CHECKSUM: 1e2c1b20be30d932ecf4aea37c7fa8602c49c7fa

COCOAPODS: 1.15.2
COCOAPODS: 1.14.3
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: "1.2.30"
version: "1.2.31"
args:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ably_flutter
description: A wrapper around Ably's Cocoa and Java client library SDKs, providing iOS and Android support.
version: 1.2.30
version: 1.2.31
repository: https://github.com/ably/ably-flutter

environment:
Expand Down
8 changes: 4 additions & 4 deletions test_integration/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PODS:
- Ably (1.2.30):
- AblyDeltaCodec (= 1.3.3)
- msgpack (= 0.4.0)
- ably_flutter (1.2.30):
- ably_flutter (1.2.31):
- Ably (= 1.2.30)
- Flutter
- AblyDeltaCodec (1.3.3)
Expand All @@ -27,11 +27,11 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Ably: 0022e87130c1a433cf63852ef09d0cdd7c19f028
ably_flutter: 0376bdd1c855fec02a82a5c09aace92605973121
ably_flutter: c601917f63e89a838a6700b9d54233fe064e2f8b
AblyDeltaCodec: add5d06a756b3581b12aab5b5500a320b8c55bea
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
msgpack: c85f6251873059738472ae136951cec5f30f3251

PODFILE CHECKSUM: f2c6cc511583caab2c65ac3f5766428391d93d34

COCOAPODS: 1.15.2
COCOAPODS: 1.14.3
2 changes: 1 addition & 1 deletion test_integration/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.2.30"
version: "1.2.31"
analyzer:
dependency: transitive
description:
Expand Down
Loading