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

Update Android CI to Java 11 #417

Closed ikurek closed 2 years ago

ikurek commented 2 years ago

After updating to the latest Gradle versions, the Android CI in https://github.com/ably/ably-flutter/pull/415 failed because of unsatisfied Java 11 requirement. We should update the Android runners to use Java 11 instead of Java 8. Otherwise, we won't be able to use latest versions of Android tooling and Gradle components