mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-09 10:48:47 +00:00
build.gradle: Suppress dependency warning regarding OkHttp.
We want to stay on the 3.12.x long-term branch until December 31, 2020.
This commit is contained in:
parent
82ca15ded0
commit
b2b4ce0837
1 changed files with 2 additions and 0 deletions
|
@ -18,7 +18,9 @@ dependencies {
|
|||
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.1.0'
|
||||
implementation 'androidx.drawerlayout:drawerlayout:1.0.0'
|
||||
implementation 'androidx.core:core:1.1.0'
|
||||
//noinspection GradleDependency
|
||||
implementation 'com.squareup.okhttp3:okhttp:3.12.6'
|
||||
//noinspection GradleDependency
|
||||
implementation 'com.squareup.okhttp3:logging-interceptor:3.12.6'
|
||||
implementation 'com.google.guava:guava:28.1-android'
|
||||
implementation 'org.osmdroid:osmdroid-android:6.1.4'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue