Unverified Commit b433b175 authored by Gray Mackall's avatar Gray Mackall Committed by GitHub

Upgrade AGP version in tracing_tests (#134671)

Related to https://github.com/flutter/flutter/issues/134419
parent a96bf714
......@@ -569,7 +569,8 @@ targets:
properties:
dependencies: >-
[
{"dependency": "android_sdk", "version": "version:33v6"}
{"dependency": "android_sdk", "version": "version:33v6"},
{"dependency": "open_jdk", "version": "version:17"}
]
shard: framework_tests
subshard: slow
......
......@@ -10,7 +10,7 @@ buildscript {
}
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"
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment