Skip to content

Commit 51fa2bc

Browse files
author
farfromrefug
committed
fix(image): android production build fix with native-api-usage
1 parent a79a451 commit 51fa2bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/image/platforms/android/java/com/nativescript/image/OkHttpNetworkFetcher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import okhttp3.OkHttpClient;
1414
import okhttp3.Request;
1515

16-
class OkHttpNetworkFetcher extends com.facebook.imagepipeline.backends.okhttp3.OkHttpNetworkFetcher {
16+
public class OkHttpNetworkFetcher extends com.facebook.imagepipeline.backends.okhttp3.OkHttpNetworkFetcher {
1717

1818
private static final String TAG = "OkHttpNetworkFetcher";
1919

0 commit comments

Comments
 (0)