Skip to content

Commit 80021b9

Browse files
committed
smallest version of R8
1 parent 5ec63b2 commit 80021b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/android/javalib/3-linting/build.mill

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ AndroidManifest.xml:3: Error: Avoid hardcoding the debug mode; leaving it out al
7272
> ./mill app.androidLintRun # Rerun it for new changes to reflect
7373

7474
> cat out/app/androidLintRun.dest/report.txt # Check the content of report again
75-
../../lint-baseline.xml: Information: 1 errors/warnings were listed in the baseline file (../../lint-baseline.xml) but not found in the project; perhaps they have been fixed? Unmatched issue types: HardcodedDebugMode [LintBaseline]
75+
../../lint-baseline.xml: Information: 1 errors/warnings were listed in the baseline file (../../lint-baseline.xml) but not found in the project; perhaps they have been fixed? Unmatched issue types: HardcodedDebugMode [LintBaselineFixed]
7676

7777
*/
7878

0 commit comments

Comments
 (0)