diff --git a/README.md b/README.md index ebb1b27..ab35666 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ jellyfin安卓TV客户端,支持安卓4.2以上。 -在安卓5.1及以下环境中运行时,集成的VLC播放器可能无法播放HTTPS,可在右上角菜单勾选"调用外部播放器"选项,使用外部播放器播放。 +可在右上角菜单勾选"调用外部播放器"选项,使用外部播放器播放。 支持jellyfin8.1以上 diff --git a/app/build.gradle b/app/build.gradle index defc7c8..878629e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,7 +10,7 @@ android { minSdk 17 targetSdk 32 versionCode 1 - versionName "1.0.5" + versionName "1.0.6" multiDexEnabled true @@ -37,8 +37,8 @@ android { } dependencies { - //implementation files('libs/libvlc-all-3.4.9.aar') - implementation 'org.videolan.android:libvlc-all:3.5.1' + implementation files('libs/libvlc-all-3.5.1-https.aar') + //implementation 'org.videolan.android:libvlc-all:3.5.1' implementation 'androidx.appcompat:appcompat:1.5.0' implementation 'com.google.android.material:material:1.6.1' implementation 'com.lzy.net:okgo:3.0.4' diff --git a/app/libs/libvlc-all-3.5.1-https.aar b/app/libs/libvlc-all-3.5.1-https.aar new file mode 100644 index 0000000..2663df2 Binary files /dev/null and b/app/libs/libvlc-all-3.5.1-https.aar differ