Update Force.java

pull/123/head
FongMi 3 years ago
parent 9d7c263384
commit b2d0d675b0
  1. 2
      app/src/main/java/com/fongmi/android/tv/player/source/Force.java

@ -36,7 +36,7 @@ public class Force {
private void init(String url) throws Exception {
File file = FileUtil.getCacheFile(Util.so(url));
String path = Github.get().getBranchPath("dev", "/other/jniLibs/" + file.getName());
String path = Github.get().getReleasePath("/other/jniLibs/" + file.getName());
if (!file.exists()) FileUtil.write(file, OkHttp.newCall(path).execute().body().bytes());
App.get().bindService(Util.intent(App.get(), url, file), mConn, Context.BIND_AUTO_CREATE);
}

Loading…
Cancel
Save