Skip to content

Commit

Permalink
Build: Prepare for v0.7.0 release (#530)
Browse files Browse the repository at this point in the history
* bump version to 0.7.0

* update readme
  • Loading branch information
anilbeesetti authored Aug 23, 2023
1 parent 04cc5d4 commit 41ab8aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {

defaultConfig {
applicationId = "dev.anilbeesetti.nextplayer"
versionCode = 7
versionName = "0.6.0"
versionCode = 8
versionName = "0.7.0"
}

buildFeatures {
Expand Down

0 comments on commit 41ab8aa

Please sign in to comment.