Skip to content

Commit b40193c

Browse files
committed
fix check
1 parent 96d2c93 commit b40193c

File tree

1 file changed

+1
-1
lines changed
  • buildSrc/src/main/java/com/google/firebase/gradle/plugins

1 file changed

+1
-1
lines changed

buildSrc/src/main/java/com/google/firebase/gradle/plugins/Metalava.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ abstract class ApiInformationTask : DefaultTask() {
200200
listOf(
201201
"--source-files",
202202
outputApiFile.get().absolutePath,
203-
"--check-compatibility:api:current",
203+
"--check-compatibility:api:released",
204204
apiTxtFile.get().absolutePath,
205205
"--format=v2",
206206
"--no-color"

0 commit comments

Comments
 (0)