[3.13] gh-142387: Revert Android testbed to API level 35 (GH-151816) (#151885)

Revert Android testbed to API level 35
(cherry picked from commit 24828e57e1)

Co-authored-by: Malcolm Smith <smith@chaquo.com>
This commit is contained in:
Miss Islington (bot) 2026-06-22 00:55:19 +02:00 committed by GitHub
parent bae0ba9ec7
commit a7f5e4e983
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -105,12 +105,13 @@ android {
// This controls the API level of the maxVersion managed emulator, which is used
// by CI and cibuildwheel.
// * 32 has intermittent failures accessing the internet (#142387).
// * 33 has excessive buffering in the logcat client
// (https://cs.android.com/android/_/android/platform/system/logging/+/d340721894f223327339010df59b0ac514308826).
// * 34 consumes too much disk space on GitHub Actions (#142289).
// * 35 has issues connecting to the internet (#142387).
// * 34 consumes too much disk space on GitHub Actions (#142289), though switching to the
// "default" image may be a workaround.
// * 36 and later are not available as aosp_atd images yet.
targetSdk = 32
targetSdk = 35
versionCode = 1
versionName = "1.0"