We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2164370 commit fc43ca9Copy full SHA for fc43ca9
packages/flutter_tools/gradle/build.gradle.kts
@@ -31,4 +31,5 @@ dependencies {
31
// * AGP version constants in packages/flutter_tools/lib/src/android/gradle_utils.dart
32
// * AGP version in buildscript block in packages/flutter_tools/gradle/src/main/flutter.groovy
33
compileOnly("com.android.tools.build:gradle:7.3.0")
34
+ implementation("org.yaml:snakeyaml:2.0")
35
}
0 commit comments