Skip to content

Commit

Permalink
update quickjs
Browse files Browse the repository at this point in the history
update quickjs
  • Loading branch information
watson1982 authored Oct 13, 2023
1 parent 32e9b4b commit 8aef502
Show file tree
Hide file tree
Showing 79 changed files with 13,623 additions and 8,495 deletions.
16 changes: 5 additions & 11 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,7 @@ android {
checkReleaseBuilds false
abortOnError false
}
dexOptions {
javaMaxHeapSize "4g"
additionalParameters += '--multi-dex'
additionalParameters += '--set-max-idx-number=48000'
additionalParameters += '--minimal-main-dex'
}

buildFeatures {
dataBinding = true
}
Expand All @@ -87,7 +82,8 @@ dependencies {
because("kotlin-stdlib-jdk8 is now a part of kotlin-stdlib")
}
}
api fileTree(dir: "libs", include: ["*.jar"])
api fileTree(dir: "libs", include: ['*.jar', '*.aar'])
implementation 'org.conscrypt:conscrypt-android:2.5.2'
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
// for WebDAV
implementation('com.github.thegrizzlylabs:sardine-android:0.8') {
Expand Down Expand Up @@ -118,7 +114,7 @@ dependencies {
}
implementation 'org.greenrobot:eventbus:3.3.1'
implementation 'com.orhanobut:hawk:2.0.1'

implementation 'net.sourceforge.streamsupport:android-retrofuture:1.7.4'
implementation 'androidx.annotation:annotation:1.6.0'
implementation "androidx.media3:media3-exoplayer:1.1.1"
implementation "androidx.media3:media3-exoplayer-dash:1.1.1"
Expand All @@ -130,9 +126,7 @@ dependencies {
implementation "com.aliyun.sdk.android:AliyunPlayer:5.5.1.0-full"
implementation 'com.alivc.conan:AlivcConan:0.9.5'
implementation 'xyz.doikki.android.dkplayer:dkplayer-ui:3.3.7'
implementation 'xyz.doikki.android.dkplayer:videocache:3.3.7'

implementation project(":quickjs")
implementation 'xyz.doikki.android.dkplayer:videocache:3.3.7'

implementation('org.xwalk:xwalk_shared_library:23.53.589.4') {
exclude group: 'com.android.support'
Expand Down
Binary file added app/libs/dec-0.1.2.jar
Binary file not shown.
Binary file added app/libs/lib-decoder-ffmpeg-release.aar
Binary file not shown.
Binary file removed app/libs/pyramid.aar
Binary file not shown.
Binary file added app/libs/wrapper-android-release.aar
Binary file not shown.
5 changes: 3 additions & 2 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,8 @@
-keep class com.xunlei.downloadlib.** {*;}

# quickjs引擎
-keep class com.github.tvbox.quickjs.** {*;}
-keep class com.whl.quickjs.** {*;}

# 支持影视的ali相关的jar
-keep class com.google.gson.**{*;}

Expand All @@ -226,4 +227,4 @@
-keep class com.cicada.**{*;}
-dontwarn com.alivc.**
-dontwarn com.aliyun.**
-dontwarn com.cicada.**
-dontwarn com.cicada.**
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 8aef502

Please sign in to comment.