Skip to content

Commit

Permalink
use android version for guava
Browse files Browse the repository at this point in the history
  • Loading branch information
shashank11p committed Nov 20, 2023
1 parent 6295d5d commit 30c0664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
implementation("org.eclipse.aether", "aether-transport-http", "1.1.0")
implementation("org.apache.maven", "maven-aether-provider", "3.3.9")

implementation("com.google.guava", "guava", "32.0.0-jre")
implementation("com.google.guava", "guava", "32.0.0-android")
implementation("org.ow2.asm", "asm", "9.1")
implementation("org.ow2.asm", "asm-tree", "9.1")
implementation("org.apache.httpcomponents:httpclient:4.5.10")
Expand Down

0 comments on commit 30c0664

Please sign in to comment.