You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm new to this so please let me know if I've missed something, but when I tried to build this via ./gradlew build I got the following error:
/home/casey/gitrepo/react-native-tensorflow/android/src/main/java/com/rntensorflow/ResourceManager.java:65:
error: createClient() has private access in OkHttpClientProvider
Response response = OkHttpClientProvider.createClient().newCall(request).execute();
I assume an update was made that turned the .createClient() method private so I've submitted my resolution in PR #35 but please let me know if there's a better way to address. Thanks again!