Upgrade AGP version in tracing_tests (#134671)

Related to https://github.com/flutter/flutter/issues/134419
This commit is contained in:
Gray Mackall 2023-09-20 16:56:25 -04:00 committed by GitHub
parent a96bf714cb
commit b433b17539
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -569,7 +569,8 @@ targets:
properties: properties:
dependencies: >- dependencies: >-
[ [
{"dependency": "android_sdk", "version": "version:33v6"} {"dependency": "android_sdk", "version": "version:33v6"},
{"dependency": "open_jdk", "version": "version:17"}
] ]
shard: framework_tests shard: framework_tests
subshard: slow subshard: slow

View File

@ -10,7 +10,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:4.1.0' classpath 'com.android.tools.build:gradle:7.3.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
} }
} }