Skip to content

Commit 25e4de7

Browse files
committed
fix
1 parent c713573 commit 25e4de7

File tree

2 files changed

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

2 files changed

+2
-1
lines changed

appcheck/firebase-appcheck/ktx/ktx.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ android {
5151
}
5252

5353
dependencies {
54+
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
5455
implementation project(':firebase-common')
5556
implementation project(':firebase-components')
5657
implementation project(':firebase-common:ktx')

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)