mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
Fix disk space issues in Android CI (#142289)
This commit is contained in:
parent
4238a975d7
commit
cac4b04973
2 changed files with 29 additions and 14 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue