pull/586/head
FongMi 1 year ago
parent 9263a44417
commit 26a9509e8b
  1. BIN
      app/libs/tvbus-release.aar
  2. 3
      tvbus/src/main/java/com/tvbus/engine/TVCore.java

Binary file not shown.

@ -3,7 +3,6 @@ package com.tvbus.engine;
import android.content.Context; import android.content.Context;
import com.github.catvod.Init; import com.github.catvod.Init;
import com.github.catvod.utils.Github;
public class TVCore { public class TVCore {
@ -11,7 +10,7 @@ public class TVCore {
public TVCore(String so) { public TVCore(String so) {
try { try {
System.load(Github.getSo(so)); System.load(so);
handle = initialise(); handle = initialise();
} catch (Throwable ignored) { } catch (Throwable ignored) {
} }

Loading…
Cancel
Save