Skip to content

Commit

Permalink
update apis
Browse files Browse the repository at this point in the history
  • Loading branch information
yschimke committed Jan 4, 2025
1 parent e6f2a7d commit 0c8cac4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions okhttp/api/android/okhttp.api
Original file line number Diff line number Diff line change
Expand Up @@ -1304,6 +1304,12 @@ public final class okhttp3/android/AndroidAsyncDns$Companion {
public final fun getIPv6 ()Lokhttp3/android/AndroidAsyncDns;
}

public final class okhttp3/android/AndroidOkHttpClientBuilder {
public static final field INSTANCE Lokhttp3/android/AndroidOkHttpClientBuilder;
public final fun androidBuilder (Lokhttp3/OkHttpClient$Companion;Landroid/content/Context;Lkotlin/jvm/functions/Function0;J)Lokhttp3/OkHttpClient$Builder;
public static synthetic fun androidBuilder$default (Lokhttp3/android/AndroidOkHttpClientBuilder;Lokhttp3/OkHttpClient$Companion;Landroid/content/Context;Lkotlin/jvm/functions/Function0;JILjava/lang/Object;)Lokhttp3/OkHttpClient$Builder;
}

public final class okhttp3/android/OkHttpClientContext {
public static final field INSTANCE Lokhttp3/android/OkHttpClientContext;
public final fun getOkHttpClient (Landroid/content/Context;)Lokhttp3/OkHttpClient;
Expand Down

0 comments on commit 0c8cac4

Please sign in to comment.