Skip to content

Commit

Permalink
Fix Android 6 sync
Browse files Browse the repository at this point in the history
  • Loading branch information
tuomas2 committed Jun 22, 2023
1 parent 711d0af commit 7206a8d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -343,10 +343,12 @@ dependencies {
implementation("com.google.android.gms:play-services-auth:20.5.0")
implementation ("com.google.apis:google-api-services-drive:v3-rev20230212-2.0.0") {
exclude("org.apache.httpcomponents")
exclude("com.google.guava.guava")
}
implementation("com.google.api-client:google-api-client-android:2.2.0") {
implementation("com.google.guava:guava:32.0.1-android")
implementation("com.google.api-client:google-api-client-android:2.2.0") {
exclude("org.apache.httpcomponents")
}
}

//implementation("androidx.recyclerview:recyclerview-selection:1.0.0")

Expand Down

0 comments on commit 7206a8d

Please sign in to comment.