Skip to content

Commit caae066

Browse files
authored
Merge pull request #2 from GitLiveApp/firestore-persistence
Firestore persistence
2 parents 5859a10 + c751172 commit caae066

File tree

69 files changed

+16803
-9
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+16803
-9
lines changed

build.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ version = project.property("version") as String
2727

2828
java {
2929
withSourcesJar()
30-
withJavadocJar()
30+
// withJavadocJar()
3131
sourceCompatibility = JavaVersion.VERSION_11
3232
}
3333

@@ -149,6 +149,7 @@ dependencies {
149149
compileOnly("org.robolectric:android-all:12.1-robolectric-8229987")
150150
testImplementation("junit:junit:4.13.2")
151151
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-swing:1.6.0")
152+
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.6.0")
152153
// firebase aars
153154
aar("com.google.firebase:firebase-firestore:24.10.0")
154155
aar("com.google.firebase:firebase-functions:20.4.0")
@@ -162,6 +163,7 @@ dependencies {
162163
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
163164
implementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.3.2")
164165
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2")
166+
implementation("org.xerial:sqlite-jdbc:3.44.1.0")
165167
// firebase dependencies
166168
implementation("javax.inject:javax.inject:1")
167169
implementation("com.squareup.okhttp3:okhttp:3.12.13")

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=0.3.1
1+
version=0.4.0
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
package android.content;
22

33
public class ContentResolver {
4+
45
}

0 commit comments

Comments
 (0)