Skip to content

Commit 307db2b

Browse files
Update dummy file
1 parent 593870e commit 307db2b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

script/tool/test/lint_android_command_test.dart

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ void main() {
4242
void writeFakeBuildGradle(RepositoryPackage example, String pluginName,
4343
{bool warningsConfigured = true}) {
4444
final String warningConfig = '''
45-
gradle.projectsEvaluated {
46-
project(":$pluginName") {
47-
tasks.withType(JavaCompile) {
48-
options.compilerArgs << "-Xlint:all" << "-Werror"
49-
}
45+
gradle.projectsEvaluated {
46+
project(":$pluginName") {
47+
tasks.withType(JavaCompile) {
48+
options.compilerArgs << "-Xlint:all" << "-Werror"
5049
}
5150
}
51+
}
5252
''';
5353
example
5454
.platformDirectory(FlutterPlatform.android)
@@ -60,16 +60,16 @@ buildscript {
6060
mavenCentral()
6161
}
6262
dependencies {
63-
classpath 'com.android.tools.build:gradle:7.0.1'
63+
classpath 'com.android.tools.build:gradle:8.0.1'
6464
}
6565
}
6666
allprojects {
6767
repositories {
6868
google()
6969
mavenCentral()
7070
}
71-
${warningsConfigured ? warningConfig : ''}
7271
}
72+
${warningsConfigured ? warningConfig : ''}
7373
''');
7474
}
7575

0 commit comments

Comments
 (0)