File tree 11 files changed +14
-14
lines changed
firebase-app/src/nativeInterop/cinterop
jsTest/kotlin/dev/gitlive/firebase/auth
jsTest/kotlin/dev/gitlive/firebase/remoteconfig
firebase-database/src/nativeInterop/cinterop
firebase-firestore/src/nativeInterop/cinterop
firebase-functions/src/nativeInterop/cinterop
11 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ buildscript {
17
17
}
18
18
}
19
19
dependencies {
20
- classpath(" com.android.tools.build:gradle:7.0.1 " )
20
+ classpath(" com.android.tools.build:gradle:7.0.3 " )
21
21
classpath(" com.adarshr:gradle-test-logger-plugin:2.1.1" )
22
22
}
23
23
}
@@ -197,7 +197,7 @@ subprojects {
197
197
dependencies {
198
198
" commonMainImplementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2" )
199
199
" androidMainImplementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.5.2" )
200
- " androidMainImplementation" (platform(" com.google.firebase:firebase-bom:28.4.1 " ))
200
+ " androidMainImplementation" (platform(" com.google.firebase:firebase-bom:29.0.0 " ))
201
201
" commonTestImplementation" (kotlin(" test-common" ))
202
202
" commonTestImplementation" (kotlin(" test-annotations-common" ))
203
203
" commonTestImplementation" (" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2" )
Original file line number Diff line number Diff line change 1
- binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseAnalyticsBinary.json" == 8.8.0
1
+ binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseAnalyticsBinary.json" == 8.9.1
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ actual fun runTest(test: suspend () -> Unit) = GlobalScope
15
15
.promise {
16
16
try {
17
17
test()
18
- } catch (e: dynamic ) {
19
- (e as ? Throwable )? .log()
18
+ } catch (e: Throwable ) {
19
+ e .log()
20
20
throw e
21
21
}
22
22
}.asDynamic()
Original file line number Diff line number Diff line change 1
- binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseAuthBinary.json" == 8.8.0
1
+ binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseAuthBinary.json" == 8.9.1
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ kotlin {
108
108
109
109
val jsMain by getting {
110
110
dependencies {
111
- api(npm(" firebase" , " 8.7.1 " ))
111
+ api(npm(" firebase" , " 8.10.0 " ))
112
112
}
113
113
}
114
114
}
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ kotlin {
143
143
144
144
val androidMain by getting {
145
145
dependencies {
146
- api(" com.google.firebase:firebase-config" )
146
+ api(" com.google.firebase:firebase-config-ktx " )
147
147
}
148
148
}
149
149
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ actual fun runTest(test: suspend () -> Unit) = GlobalScope
9
9
.promise {
10
10
try {
11
11
test()
12
- } catch (e: dynamic ) {
13
- (e as ? Throwable )? .log()
12
+ } catch (e: Throwable ) {
13
+ e .log()
14
14
throw e
15
15
}
16
16
}.asDynamic()
Original file line number Diff line number Diff line change 1
- binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseRemoteConfigBinary.json" == 8.8.0
1
+ binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseRemoteConfigBinary.json" == 8.9.1
Original file line number Diff line number Diff line change 1
- binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseDatabaseBinary.json" == 8.8.0
1
+ binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseDatabaseBinary.json" == 8.9.1
Original file line number Diff line number Diff line change 1
- binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseFirestoreBinary.json" == 8.8.0
1
+ binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseFirestoreBinary.json" == 8.9.1
Original file line number Diff line number Diff line change 1
- binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseFunctionsBinary.json" == 8.8.0
1
+ binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseFunctionsBinary.json" == 8.9.1
You can’t perform that action at this time.
0 commit comments