Skip to content

Commit

Permalink
Merge pull request #1 from chintan369/feature_resolve_issues
Browse files Browse the repository at this point in the history
Feature resolve issues
  • Loading branch information
chintan369 authored Aug 7, 2019
2 parents 5cf7240 + 8807f8d commit 0b0b947
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/sonarIssues.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions geofirequery/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'com.google.firebase:firebase-core:17.0.1'
implementation('com.google.firebase:firebase-firestore:18.0.1') {
exclude module: 'guava'
}
implementation 'com.google.firebase:firebase-firestore:20.2.0'
}
repositories {
mavenCentral()
Expand Down

0 comments on commit 0b0b947

Please sign in to comment.