Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
# Conflicts:
#	app/build.gradle
#	quickjs/build.gradle
  • Loading branch information
q215613905 committed Sep 24, 2024
2 parents d37b0d2 + a545c27 commit 563c58c
Show file tree
Hide file tree
Showing 65 changed files with 13,862 additions and 7,879 deletions.
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +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 files('libs/xwalk_shared_library-23.53.589.4.aar')

implementation 'com.squareup.okhttp3:okhttp:3.12.11'
Expand Down Expand Up @@ -99,7 +100,7 @@ dependencies {
implementation 'com.owen:tv-recyclerview:3.0.0'

implementation 'com.github.getActivity:XXPermissions:13.6'
implementation 'org.jsoup:jsoup:1.14.1'
implementation 'org.jsoup:jsoup:1.16.2'
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'
Expand Down
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 563c58c

Please sign in to comment.