From 41ab8aa17672c3a0d81b7d438acce25e95748a9e Mon Sep 17 00:00:00 2001 From: Anil Kumar Beesetti <66936649+anilbeesetti@users.noreply.github.com> Date: Wed, 23 Aug 2023 07:22:38 +0530 Subject: [PATCH] Build: Prepare for v0.7.0 release (#530) * bump version to 0.7.0 * update readme --- README.md | 2 +- app/build.gradle.kts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5e2fc3909..cf1c675a7 100644 --- a/README.md +++ b/README.md @@ -49,9 +49,9 @@ Next Player is an Android native video player written in Kotlin. It provides a s - Play videos from storage access framework (Android Document picker) - Control playback speed - External Subtitle support +- Zoom gesture ## Planned Features -- Zoom gesture - External Audio support - Picture-in-picture mode diff --git a/app/build.gradle.kts b/app/build.gradle.kts index de799b194..d8fae927a 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -9,8 +9,8 @@ android { defaultConfig { applicationId = "dev.anilbeesetti.nextplayer" - versionCode = 7 - versionName = "0.6.0" + versionCode = 8 + versionName = "0.7.0" } buildFeatures {