18 files changed +38
-615
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ subprojects {
117
117
" commonTestImplementation" (kotlin(" test-common" ))
118
118
" commonTestImplementation" (kotlin(" test-annotations-common" ))
119
119
if (this @afterEvaluate.name != " firebase-crashlytics" ) {
120
- " jvmMainApi" (" dev.gitlive:firebase-java-sdk:0.1.2 " )
120
+ " jvmMainApi" (" dev.gitlive:firebase-java-sdk:0.3.0 " )
121
121
" jvmMainApi" (" org.jetbrains.kotlinx:kotlinx-coroutines-play-services:$coroutinesVersion " ) {
122
122
exclude(" com.google.android.gms" )
123
123
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @gitlive/firebase-app" ,
3
- "version" : " 1.10.4 " ,
3
+ "version" : " 1.11.0 " ,
4
4
"description" : " Wrapper around firebase for usage in Kotlin Multiplatform projects" ,
5
5
"main" : " firebase-app.js" ,
6
6
"scripts" : {
23
23
},
24
24
"homepage" : " https://github.com/GitLiveApp/firebase-kotlin-sdk" ,
25
25
"dependencies" : {
26
- "@gitlive/firebase-common" : " 1.10.4 " ,
26
+ "@gitlive/firebase-common" : " 1.11.0 " ,
27
27
"firebase" : " 9.19.1" ,
28
28
"kotlin" : " 1.8.20" ,
29
29
"kotlinx-coroutines-core" : " 1.6.4"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @gitlive/firebase-auth" ,
3
- "version" : " 1.10.4 " ,
3
+ "version" : " 1.11.0 " ,
4
4
"description" : " Wrapper around firebase for usage in Kotlin Multiplatform projects" ,
5
5
"main" : " firebase-auth.js" ,
6
6
"scripts" : {
23
23
},
24
24
"homepage" : " https://github.com/GitLiveApp/firebase-kotlin-sdk" ,
25
25
"dependencies" : {
26
- "@gitlive/firebase-app" : " 1.10.4 " ,
26
+ "@gitlive/firebase-app" : " 1.11.0 " ,
27
27
"firebase" : " 9.19.1" ,
28
28
"kotlin" : " 1.8.20" ,
29
29
"kotlinx-coroutines-core" : " 1.6.4"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @gitlive/firebase-common" ,
3
- "version" : " 1.10.4 " ,
3
+ "version" : " 1.11.0 " ,
4
4
"description" : " Wrapper around firebase for usage in Kotlin Multiplatform projects" ,
5
5
"main" : " firebase-common.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @gitlive/firebase-config" ,
3
- "version" : " 1.10.4 " ,
3
+ "version" : " 1.11.0 " ,
4
4
"description" : " Wrapper around firebase for usage in Kotlin Multiplatform projects" ,
5
5
"main" : " firebase-config.js" ,
6
6
"scripts" : {
23
23
},
24
24
"homepage" : " https://github.com/GitLiveApp/firebase-kotlin-sdk" ,
25
25
"dependencies" : {
26
- "@gitlive/firebase-app" : " 1.10.4 " ,
26
+ "@gitlive/firebase-app" : " 1.11.0 " ,
27
27
"firebase" : " 9.19.1" ,
28
28
"kotlin" : " 1.8.20" ,
29
29
"kotlinx-coroutines-core" : " 1.6.4"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @gitlive/firebase-crashlytics" ,
3
- "version" : " 1.10 .4" ,
3
+ "version" : " 1.11 .4" ,
4
4
"description" : " Wrapper around firebase for usage in Kotlin Multiplatform projects" ,
5
5
"main" : " firebase-crashlytics.js" ,
6
6
"scripts" : {
23
23
},
24
24
"homepage" : " https://github.com/GitLiveApp/firebase-kotlin-sdk" ,
25
25
"dependencies" : {
26
- "@gitlive/firebase-app" : " 1.10.4 " ,
26
+ "@gitlive/firebase-app" : " 1.11.0 " ,
27
27
"firebase" : " 9.19.1" ,
28
28
"kotlin" : " 1.6.10" ,
29
29
"kotlinx-coroutines-core" : " 1.6.1-native-mt"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @gitlive/firebase-database" ,
3
- "version" : " 1.10.4 " ,
3
+ "version" : " 1.11.0 " ,
4
4
"description" : " Wrapper around firebase for usage in Kotlin Multiplatform projects" ,
5
5
"main" : " firebase-database.js" ,
6
6
"scripts" : {
23
23
},
24
24
"homepage" : " https://github.com/GitLiveApp/firebase-kotlin-sdk" ,
25
25
"dependencies" : {
26
- "@gitlive/firebase-app" : " 1.10.4 " ,
26
+ "@gitlive/firebase-app" : " 1.11.0 " ,
27
27
"firebase" : " 9.19.1" ,
28
28
"kotlin" : " 1.8.20" ,
29
29
"kotlinx-coroutines-core" : " 1.6.4"
Original file line number Diff line number Diff line change @@ -171,6 +171,11 @@ kotlin {
171
171
api(" com.google.firebase:firebase-firestore" )
172
172
}
173
173
}
174
+
175
+ getByName(" jvmMain" ) {
176
+ kotlin.srcDir(" src/androidMain/kotlin" )
177
+ }
178
+
174
179
}
175
180
}
176
181
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @gitlive/firebase-firestore" ,
3
- "version" : " 1.10.4 " ,
3
+ "version" : " 1.11.0 " ,
4
4
"description" : " Wrapper around firebase for usage in Kotlin Multiplatform projects" ,
5
5
"main" : " firebase-firestore.js" ,
6
6
"scripts" : {
23
23
},
24
24
"homepage" : " https://github.com/GitLiveApp/firebase-kotlin-sdk" ,
25
25
"dependencies" : {
26
- "@gitlive/firebase-app" : " 1.10.4 " ,
26
+ "@gitlive/firebase-app" : " 1.11.0 " ,
27
27
"firebase" : " 9.19.1" ,
28
28
"kotlin" : " 1.8.20" ,
29
29
"kotlinx-coroutines-core" : " 1.6.4"
Load Diff This file was deleted.
Load Diff This file was deleted.
0 commit comments