File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -105,12 +105,13 @@ android {
105105
106106 // This controls the API level of the maxVersion managed emulator, which is used
107107 // by CI and cibuildwheel.
108+ // * 32 has intermittent failures accessing the internet (#142387).
108109 // * 33 has excessive buffering in the logcat client
109110 // (https://cs.android.com/android/_/android/platform/system/logging/+/d340721894f223327339010df59b0ac514308826).
110- // * 34 consumes too much disk space on GitHub Actions (#142289).
111- // * 35 has issues connecting to the internet (#142387) .
111+ // * 34 consumes too much disk space on GitHub Actions (#142289), though switching to the
112+ // "default" image may be a workaround .
112113 // * 36 and later are not available as aosp_atd images yet.
113- targetSdk = 32
114+ targetSdk = 35
114115
115116 versionCode = 1
116117 versionName = " 1.0"
You can’t perform that action at this time.
0 commit comments