1
0
mirror of https://github.com/square/okhttp.git synced 2025-11-24 18:41:06 +03:00

Upgrade to Android 10 APIs when available (#5821)

* Upgrade robolectric dependency

* cleanup

* Suppress animal sniffer checks on known classes

* Update build.gradle

* Update build.gradle
This commit is contained in:
Yuri Schimke
2020-04-10 15:42:29 +01:00
committed by GitHub
parent 91f16b4354
commit b3b788a942
11 changed files with 42 additions and 15 deletions

View File

@@ -19,8 +19,10 @@ import java.io.IOException
import java.net.InetAddress
import java.net.InetSocketAddress
import java.net.Proxy
import okhttp3.internal.SuppressSignatureCheck
/** Data classes that correspond to each of the methods of [EventListener]. */
@SuppressSignatureCheck
sealed class CallEvent {
abstract val timestampNs: Long
abstract val call: Call