Skip to content

Commit f3ec8f6

Browse files
authored
Merge pull request #305 from suntrix/updates
updated dependencies
2 parents 86c672b + 4f75485 commit f3ec8f6

File tree

16 files changed

+29
-29
lines changed

16 files changed

+29
-29
lines changed

build.gradle.kts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ buildscript {
1717
}
1818
}
1919
dependencies {
20-
classpath("com.android.tools.build:gradle:7.1.0")
21-
classpath("com.adarshr:gradle-test-logger-plugin:2.1.1")
20+
classpath("com.android.tools.build:gradle:7.2.0")
21+
classpath("com.adarshr:gradle-test-logger-plugin:3.2.0")
2222
}
2323
}
2424

25-
val targetSdkVersion by extra(31)
25+
val targetSdkVersion by extra(32)
2626
val minSdkVersion by extra(19)
2727

2828
tasks {
@@ -197,12 +197,12 @@ subprojects {
197197
}
198198

199199
dependencies {
200-
"commonMainImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0-native-mt")
201-
"androidMainImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.6.0-native-mt")
200+
"commonMainImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.1-native-mt")
201+
"androidMainImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.6.1-native-mt")
202202
"androidMainImplementation"(platform("com.google.firebase:firebase-bom:29.3.0"))
203203
"commonTestImplementation"(kotlin("test-common"))
204204
"commonTestImplementation"(kotlin("test-annotations-common"))
205-
"commonTestImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0-native-mt")
205+
"commonTestImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.1-native-mt")
206206
"jsTestImplementation"(kotlin("test-js"))
207207
"androidAndroidTestImplementation"(kotlin("test-junit"))
208208
"androidAndroidTestImplementation"("junit:junit:4.13.2")

firebase-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"homepage": "https://github.com/GitLiveApp/firebase-kotlin-sdk",
2525
"dependencies": {
2626
"@gitlive/firebase-common": "1.6.1",
27-
"firebase": "9.6.10",
27+
"firebase": "9.7.0",
2828
"kotlin": "1.6.10",
29-
"kotlinx-coroutines-core": "1.6.0-native-mt"
29+
"kotlinx-coroutines-core": "1.6.1-native-mt"
3030
}
3131
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseAnalyticsBinary.json" == 8.14.0
1+
binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseAnalyticsBinary.json" == 8.15.0

firebase-auth/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"homepage": "https://github.com/GitLiveApp/firebase-kotlin-sdk",
2525
"dependencies": {
2626
"@gitlive/firebase-app": "1.6.1",
27-
"firebase": "9.6.10",
27+
"firebase": "9.7.0",
2828
"kotlin": "1.6.10",
29-
"kotlinx-coroutines-core": "1.6.0-native-mt"
29+
"kotlinx-coroutines-core": "1.6.1-native-mt"
3030
}
3131
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseAuthBinary.json" == 8.14.0
1+
binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseAuthBinary.json" == 8.15.0

firebase-common/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
},
2424
"homepage": "https://github.com/GitLiveApp/firebase-kotlin-multiplatform-sdk",
2525
"dependencies": {
26-
"firebase": "9.6.10",
26+
"firebase": "9.7.0",
2727
"kotlin": "1.6.10",
28-
"kotlinx-coroutines-core": "1.6.0-native-mt",
28+
"kotlinx-coroutines-core": "1.6.1-native-mt",
2929
"kotlinx-serialization-kotlinx-serialization-runtime": "1.3.2"
3030
}
3131
}

firebase-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"homepage": "https://github.com/GitLiveApp/firebase-kotlin-sdk",
2525
"dependencies": {
2626
"@gitlive/firebase-app": "1.6.1",
27-
"firebase": "9.6.10",
27+
"firebase": "9.7.0",
2828
"kotlin": "1.6.10",
29-
"kotlinx-coroutines-core": "1.6.0-native-mt"
29+
"kotlinx-coroutines-core": "1.6.1-native-mt"
3030
}
3131
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseRemoteConfigBinary.json" == 8.14.0
1+
binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseRemoteConfigBinary.json" == 8.15.0

firebase-database/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"homepage": "https://github.com/GitLiveApp/firebase-kotlin-sdk",
2525
"dependencies": {
2626
"@gitlive/firebase-app": "1.6.1",
27-
"firebase": "9.6.10",
27+
"firebase": "9.7.0",
2828
"kotlin": "1.6.10",
29-
"kotlinx-coroutines-core": "1.6.0-native-mt"
29+
"kotlinx-coroutines-core": "1.6.1-native-mt"
3030
}
3131
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseDatabaseBinary.json" == 8.14.0
1+
binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseDatabaseBinary.json" == 8.15.0

0 commit comments

Comments
 (0)