File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
packages/flutter_tools/gradle Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -31,4 +31,5 @@ dependencies {
31
31
// * AGP version constants in packages/flutter_tools/lib/src/android/gradle_utils.dart
32
32
// * AGP version in buildscript block in packages/flutter_tools/gradle/src/main/flutter.groovy
33
33
compileOnly(" com.android.tools.build:gradle:7.3.0" )
34
+ implementation(" org.yaml:snakeyaml:2.0" )
34
35
}
Original file line number Diff line number Diff line change @@ -85,7 +85,6 @@ buildscript {
85
85
// * AGP version constants in packages/flutter_tools/lib/src/android/gradle_utils.dart
86
86
// * AGP version in dependencies block in packages/flutter_tools/gradle/build.gradle.kts
87
87
classpath ' com.android.tools.build:gradle:7.3.0'
88
- classpath group : ' org.yaml' , name : ' snakeyaml' , version : ' 2.0'
89
88
}
90
89
}
91
90
You can’t perform that action at this time.
0 commit comments