File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
appcheck/firebase-appcheck/ktx
buildSrc/src/main/java/com/google/firebase/gradle/plugins Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ android {
51
51
}
52
52
53
53
dependencies {
54
+ implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion "
54
55
implementation project(' :firebase-common' )
55
56
implementation project(' :firebase-components' )
56
57
implementation project(' :firebase-common:ktx' )
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ abstract class ApiInformationTask : DefaultTask() {
200
200
listOf (
201
201
" --source-files" ,
202
202
outputApiFile.get().absolutePath,
203
- " --check-compatibility:api:current " ,
203
+ " --check-compatibility:api:released " ,
204
204
apiTxtFile.get().absolutePath,
205
205
" --format=v2" ,
206
206
" --no-color"
You can’t perform that action at this time.
0 commit comments