Skip to content

Commit

Permalink
Go back to a v3 version of okhttp3 dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric committed Oct 11, 2023
1 parent 34e0c9f commit 860f242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AndroidClient/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if (project.hasProperty('versionSuffix')) {
// Specify dependencies
dependencies {
implementation 'com.google.code.gson:gson:2.8.9'
implementation 'com.squareup.okhttp3:okhttp:4.4.1'
implementation 'com.squareup.okhttp3:okhttp:3.14.9'
implementation fileTree(include: '*.jar', dir: 'libs')
androidTestImplementation 'junit:junit:4.13.1'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
Expand Down

0 comments on commit 860f242

Please sign in to comment.