Skip to content

Commit 24828e5

Browse files
authored
gh-142387: Revert Android testbed to API level 35 (#151816)
Revert Android testbed to API level 35
1 parent 7782794 commit 24828e5

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Platforms/Android/testbed/app/build.gradle.kts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)