diff --git a/README.md b/README.md index 58ee524e7..fa89a1b69 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ Next Player is an Android native video player written in Kotlin. It provides a s - Audio/Subtitle track selection - Vertical swipe to change brightness (left) / volume (right) - Horizontal swipe to seek through video -- Material You support. [see](https://m3.material.io/) -- File picker with folder and file view +- [Material 3 (You)](https://m3.material.io/) support +- Media picker with folder and file view ## Planned Features - Zoom gesture diff --git a/app/build.gradle.kts b/app/build.gradle.kts index d473f7902..93915c756 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -10,7 +10,7 @@ android { defaultConfig { applicationId = "dev.anilbeesetti.nextplayer" versionCode = 1 - versionName = "1.0" + versionName = "0.1.0" } buildFeatures { @@ -42,7 +42,7 @@ android { } } - packagingOptions { + packaging { resources { excludes.add("/META-INF/{AL2.0,LGPL2.1}") }