pull/586/head
FongMi 12 months 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 com.github.catvod.Init;
import com.github.catvod.utils.Github;
public class TVCore {
@ -11,7 +10,7 @@ public class TVCore {
public TVCore(String so) {
try {
System.load(Github.getSo(so));
System.load(so);
handle = initialise();
} catch (Throwable ignored) {
}

Loading…
Cancel
Save