mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-08 20:48:48 +00:00
build.gradle: Update OkHttp to 3.12.12.
This commit is contained in:
parent
e82d4d5df2
commit
19350c2b34
1 changed files with 2 additions and 2 deletions
|
@ -19,9 +19,9 @@ dependencies {
|
|||
implementation 'androidx.drawerlayout:drawerlayout:1.0.0'
|
||||
implementation 'androidx.core:core:1.2.0'
|
||||
//noinspection GradleDependency
|
||||
implementation 'com.squareup.okhttp3:okhttp:3.12.10'
|
||||
implementation 'com.squareup.okhttp3:okhttp:3.12.12'
|
||||
//noinspection GradleDependency
|
||||
implementation 'com.squareup.okhttp3:logging-interceptor:3.12.10'
|
||||
implementation 'com.squareup.okhttp3:logging-interceptor:3.12.12'
|
||||
implementation 'com.google.guava:guava:28.2-android'
|
||||
implementation 'org.osmdroid:osmdroid-android:6.1.5'
|
||||
implementation 'org.slf4j:slf4j-api:1.7.30'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue