mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 23:08:50 +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
dca4541d13
commit
ea79ac82f9
1 changed files with 2 additions and 0 deletions
|
@ -11,7 +11,9 @@ repositories {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
//noinspection GradleDependency
|
||||||
compile 'com.squareup.okhttp3:okhttp:3.12.6'
|
compile 'com.squareup.okhttp3:okhttp:3.12.6'
|
||||||
|
//noinspection GradleDependency
|
||||||
compile 'com.squareup.okhttp3:logging-interceptor:3.12.6'
|
compile 'com.squareup.okhttp3:logging-interceptor:3.12.6'
|
||||||
compile 'com.google.guava:guava:28.1-android'
|
compile 'com.google.guava:guava:28.1-android'
|
||||||
compile 'org.slf4j:slf4j-api:1.7.29'
|
compile 'org.slf4j:slf4j-api:1.7.29'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue