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 96d2c93 commit b40193cCopy full SHA for b40193c
buildSrc/src/main/java/com/google/firebase/gradle/plugins/Metalava.kt
@@ -200,7 +200,7 @@ abstract class ApiInformationTask : DefaultTask() {
200
listOf(
201
"--source-files",
202
outputApiFile.get().absolutePath,
203
- "--check-compatibility:api:current",
+ "--check-compatibility:api:released",
204
apiTxtFile.get().absolutePath,
205
"--format=v2",
206
"--no-color"
0 commit comments