Skip to content

Commit

Permalink
Downgrade to okhttp 4.11 to avoid build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu committed Nov 11, 2023
1 parent 07f6ed3 commit 03a1bc5
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 @@ -100,7 +100,7 @@ dependencies {
implementation 'com.hierynomus:smbj:0.12.2'
implementation 'com.jcraft:jsch:0.1.55'

implementation 'com.squareup.okhttp3:okhttp:4.12.0'
implementation 'com.squareup.okhttp3:okhttp:4.11.0'

implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0'
implementation 'com.getbase:floatingactionbutton:1.10.1'
Expand Down

0 comments on commit 03a1bc5

Please sign in to comment.