Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
b433b175
Unverified
Commit
b433b175
authored
Sep 20, 2023
by
Gray Mackall
Committed by
GitHub
Sep 20, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade AGP version in tracing_tests (#134671)
Related to
https://github.com/flutter/flutter/issues/134419
parent
a96bf714
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
.ci.yaml
.ci.yaml
+2
-1
build.gradle
dev/tracing_tests/android/build.gradle
+1
-1
No files found.
.ci.yaml
View file @
b433b175
...
...
@@ -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
...
...
dev/tracing_tests/android/build.gradle
View file @
b433b175
...
...
@@ -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"
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment