Skip to content

Commit

Permalink
Remove okio dependency (#1354)
Browse files Browse the repository at this point in the history
Co-authored-by: Ashley Davies <[email protected]>
  • Loading branch information
ashdavies and ashdavies authored Nov 25, 2024
1 parent ab64b20 commit 8852f12
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ import androidx.build.gradle.gcpbuildcache.GcpBuildCacheServiceFactory

buildscript {
dependencies {
classpath("com.squareup.okio:okio:3.9.1")
?.because("androidx.build.gradle.gcpbuildcache uses older versions of okio")

classpath("org.ow2.asm:asm:9.7.1")
?.because("com.google.cloud.tools.jib uses older versions of asm")
classpath("org.ow2.asm:asm:9.7.1")?.run {
because("com.google.cloud.tools.jib uses older versions of asm")
}
}
}

Expand Down

0 comments on commit 8852f12

Please sign in to comment.