Fix disk space issues in Android CI (#142289)

This commit is contained in:
Malcolm Smith 2025-12-05 13:10:51 +00:00 committed by GitHub
parent 4238a975d7
commit cac4b04973
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 29 additions and 14 deletions

View file

@ -79,7 +79,7 @@ android {
val androidEnvFile = file("../../android-env.sh").absoluteFile
namespace = "org.python.testbed"
compileSdk = 34
compileSdk = 35
defaultConfig {
applicationId = "org.python.testbed"
@ -92,7 +92,7 @@ android {
}
throw GradleException("Failed to find API level in $androidEnvFile")
}
targetSdk = 34
targetSdk = 35
versionCode = 1
versionName = "1.0"