ably / ably-flutter

A wrapper around our Cocoa and Java client library SDKs, providing iOS and Android support for those using Flutter and Dart.
https://ably.com/download
Apache License 2.0
60 stars 16 forks source link

Updated Gradle and Android build tools versions #415

Closed ikurek closed 2 years ago

ikurek commented 2 years ago

This closes #408. I've updated Gradle version to the latest one available 7.4.2 and Android build tools to 7.2.0. I've also removed deprecated references to jCenter() and set both compile and target SDK versions to the latest Android SDK - 32.

ikurek commented 2 years ago

I've switched this to draft, because the CI checks will fail until https://github.com/ably/ably-flutter/issues/417 is resolved