Skip to content

Commit

Permalink
Build: Preparing for initial release (#239)
Browse files Browse the repository at this point in the history
* build: change versionCode to 1 and versionName to 0.1.0

* refactor: replace deprecated gradle function to new one

* update readme
  • Loading branch information
anilbeesetti authored May 19, 2023
1 parent f62ef40 commit 9b5358d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
defaultConfig {
applicationId = "dev.anilbeesetti.nextplayer"
versionCode = 1
versionName = "1.0"
versionName = "0.1.0"
}

buildFeatures {
Expand Down Expand Up @@ -42,7 +42,7 @@ android {
}
}

packagingOptions {
packaging {
resources {
excludes.add("/META-INF/{AL2.0,LGPL2.1}")
}
Expand Down

0 comments on commit 9b5358d

Please sign in to comment.