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 run VM with SDK version 32 #414

Open ikurek opened 2 years ago

ikurek commented 2 years ago

Currently, the CI runner for Android uses SDK version 21 and 29. To make sure Ably is compatible with latest versions of Android, we can replace the SDK 29 emulator with the latest Android SDK available (32). We can also consider changing the runner construction to execute sequentially, since running them in parallel seems to cause conflicts and CI failures (see #232)

┆Issue is synchronized with this Jira Task by Unito