Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Roinlong committed Nov 5, 2023
2 parents eaf5e65 + 59a5d9f commit a545c27
Show file tree
Hide file tree
Showing 66 changed files with 13,867 additions and 7,932 deletions.
13 changes: 7 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 30
compileSdkVersion 33

defaultConfig {
applicationId 'com.github.tvbox.osc'
minSdkVersion 16
minSdkVersion 18
targetSdkVersion 26
versionCode 1
versionName '1.0.0'
Expand Down Expand Up @@ -59,7 +59,7 @@ android {
}

dependencies {
api fileTree(dir: "libs", include: ["*.jar"])
api fileTree(dir: "libs", include: ['*.jar', '*.aar'])


implementation 'org.nanohttpd:nanohttpd:2.3.1'
Expand All @@ -70,7 +70,7 @@ dependencies {
implementation 'androidx.recyclerview:recyclerview:1.2.1'
implementation files('libs/thunder.jar')
implementation files('libs/commons-lang3-3.12.0.jar')

implementation 'org.conscrypt:conscrypt-android:2.5.2'
implementation 'com.squareup.okhttp3:okhttp:3.12.11'
annotationProcessor 'androidx.room:room-compiler:2.3.0'
implementation 'androidx.room:room-runtime:2.3.0'
Expand All @@ -88,8 +88,9 @@ dependencies {
implementation 'com.orhanobut:hawk:2.0.1'

implementation project(":player")
implementation project(":quickjs")
//implementation project(":quickjs")

implementation 'net.sourceforge.streamsupport:android-retrofuture:1.7.4'
implementation('org.xwalk:xwalk_shared_library:23.53.589.4') {
exclude group: 'com.android.support'
}
Expand All @@ -102,4 +103,4 @@ dependencies {
implementation 'com.github.hedzr:android-file-chooser:v1.2.0-final'
implementation 'commons-io:commons-io:2.11.0'
implementation 'com.googlecode.juniversalchardet:juniversalchardet:1.0.3'
}
}
Binary file added app/libs/dec-0.1.2.jar
Binary file not shown.
Binary file added app/libs/wrapper-android-release.aar
Binary file not shown.
4 changes: 2 additions & 2 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -202,12 +202,12 @@
# 迅雷下载模块
-keep class com.xunlei.downloadlib.** {*;}
# quickjs引擎
-keep class com.github.tvbox.quickjs.** {*;}
-keep class com.whl.quickjs.** {*;}
# 支持影视的ali相关的jar
-keep class com.google.gson.**{*;}
# Zxing
-keep class com.google.zxing.**{*;}
-keepclassmembers enum * {
public static **[] values();
public static ** valueOf(java.lang.String);
}
}
1 change: 1 addition & 0 deletions app/src/main/assets/js/lib/ali.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions app/src/main/assets/js/lib/ali_api.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions app/src/main/assets/js/lib/cat.js

Large diffs are not rendered by default.

8,837 changes: 8,836 additions & 1 deletion app/src/main/assets/js/lib/cheerio.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit a545c27

Please sign in to comment.