Skip to content

Commit

Permalink
Source clear issue (#101)
Browse files Browse the repository at this point in the history
* fixed source clear issue
  • Loading branch information
aman-alfresco authored Aug 22, 2022
1 parent 47c7a4c commit 461d8a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ dependencies {

playStoreImplementation libs.firebase.analytics
playStoreImplementation libs.firebase.crashlytics.core
playStoreImplementation libs.google.playservices.basement

// Testing
testImplementation libs.junit
Expand Down
1 change: 1 addition & 0 deletions data/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ dependencies {
coreLibraryDesugaring libs.android.desugar

implementation libs.google.playservices.location
implementation libs.google.playservices.basement

implementation libs.gson
implementation libs.guava
Expand Down
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ firebase-crashlytics-gradle = "com.google.firebase:firebase-crashlytics-gradle:2
google-material = "com.google.android.material:material:1.6.1"

google-playservices-location = "com.google.android.gms:play-services-location:20.0.0"
google-playservices-basement = "com.google.android.gms:play-services-basement:18.1.0"

google-services-gradle = "com.google.gms:google-services:4.3.13"

Expand Down

0 comments on commit 461d8a4

Please sign in to comment.