Skip to content

Commit fc43ca9

Browse files
bryanoltmaneseidel
authored andcommitted
reintroduce other snakeyaml dep (#23)
1 parent 2164370 commit fc43ca9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/flutter_tools/gradle/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ dependencies {
3131
// * AGP version constants in packages/flutter_tools/lib/src/android/gradle_utils.dart
3232
// * AGP version in buildscript block in packages/flutter_tools/gradle/src/main/flutter.groovy
3333
compileOnly("com.android.tools.build:gradle:7.3.0")
34+
implementation("org.yaml:snakeyaml:2.0")
3435
}

0 commit comments

Comments
 (0)