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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user