pushy / pushy-flutter

The official Pushy SDK for Flutter apps.
Apache License 2.0
21 stars 19 forks source link

Upgrade sdk version (1.0.77 -> 1.0.79) #39

Closed bubupro9x closed 2 years ago

bubupro9x commented 2 years ago

Hi, Currently, pushy Android SDK has a new version (1.0.79). Can you upgrade?

bubupro9x commented 2 years ago

https://pushy.me/docs/android/sdk-changelog

pushy commented 2 years ago

Hi @bubupro9x, We'd be glad to assist.

The Pushy Flutter SDK was already updated to reference Pushy Android SDK 1.0.79 in version 2.0.4 published to npm.

Please install version 2.0.4 of our Flutter SDK by editing the pubspec.yaml in the root directory of your project and updating the pushy_flutter dependency version:

pushy_flutter: 2.0.4

Then, run flutter pub get to fetch the new version.