Skip to content

Commit

Permalink
Merge pull request #3475 from gedoor/dependabot/gradle/com.squareup.o…
Browse files Browse the repository at this point in the history
…khttp3-okhttp-4.12.0

Bump com.squareup.okhttp3:okhttp from 4.11.0 to 4.12.0
  • Loading branch information
Antecer authored Feb 20, 2024
2 parents 291caae + ebabd81 commit 40ea4f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ dependencies {
implementation(project(path: ':modules:rhino1.7.3'))

//网络
implementation('com.squareup.okhttp3:okhttp:4.11.0')
implementation('com.squareup.okhttp3:okhttp:4.12.0')
implementation(fileTree(dir: 'cronetlib', include: ['*.jar', '*.aar']))
implementation 'com.google.protobuf:protobuf-javalite:3.24.3'

Expand Down

0 comments on commit 40ea4f1

Please sign in to comment.