mirror of
https://github.com/rive-app/rive-cpp.git
synced 2026-01-18 21:21:17 +01:00
* Bundle 32-bit binaries in the test apk as well. Not all devices on browserstack are 64-bit. * Save the gm pngs to different directories based on android os version. Android introduced a lot of changes to external storage at v11. * Work around an invalid gl error being generatd by Moto G7 Play. * Migrate the android_gms_browserstack runner to ubuntu 22.04. This is a long-running job that spends most its time waiting on browserstack and the network. It's not worth tying up a cirrus runner. * Begin syncing android_gms_browserstack results with s3. Diffs= 36e73f6b4b Fixup android_gms_browserstack (#8599) Co-authored-by: Chris Dalton <99840794+csmartdalton@users.noreply.github.com>