diff --git a/README.md b/README.md index feae70ce9..6a7164e42 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# mpv for Android +# THIS DOESN'T WORK WITHOUT ANIYOMI-FFMPEG-KIT + +# mpv for Aniyomi [![Build Status](https://api.travis-ci.com/mpv-android/mpv-android.svg?branch=master)](https://app.travis-ci.com/github/mpv-android/mpv-android) diff --git a/app/build.gradle b/app/build.gradle index 3eb081c27..37bdec33e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,7 +11,7 @@ android { minSdkVersion 21 targetSdkVersion 33 versionCode 29 - versionName "1.6" + versionName "1.8.n" vectorDrawables.useSupportLibrary = true } @@ -42,6 +42,17 @@ android { universalApk true // build an APK with all ABIs too } } + + packagingOptions { + exclude '**/libavcodec.so' + exclude '**/libavdevice.so' + exclude '**/libavfilter.so' + exclude '**/libavformat.so' + exclude '**/libavutil.so' + exclude '**/libswresample.so' + exclude '**/libswscale.so' + exclude '**/libc++_shared.so' + } } dependencies { @@ -53,7 +64,7 @@ dependencies { } def getVersionName = { -> - return "1.6" + return "1.8.n" } def getGroupId = { ->