Skip to content

Commit

Permalink
updated app version and release
Browse files Browse the repository at this point in the history
  • Loading branch information
ap-atul committed Dec 19, 2022
1 parent ab5fa04 commit f65fd66
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

| Lite | Online |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Github release v0.11](https://github.com/AP-Atul/music_player_lite/releases/download/v0.11/mplite.apk) | [Github release v0.3](https://github.com/AP-Atul/music_player_lite/releases/download/v0.3/mplite_online.apk) |
| [Github release v0.12](https://github.com/AP-Atul/music_player_lite/releases/download/v0.12/mplite.apk) | [Github release v0.3](https://github.com/AP-Atul/music_player_lite/releases/download/v0.3/mplite_online.apk) |
| <a href="https://apt.izzysoft.de/fdroid/index/apk/com.atul.musicplayer"><img src="https://github.com/AP-Atul/music_player_lite/raw/main/assets/IzzyOnDroid.png" width="200px"></a> | <a href="https://apt.izzysoft.de/fdroid/index/apk/com.atul.musicplayeronline"><img src="https://github.com/AP-Atul/music_player_lite/raw/main/assets/IzzyOnDroid.png" width="200px"></a> |
| <a href="https://play.google.com/store/apps/details?id=com.atul.musicplayer"><img src="https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png" width="200px"></a> | |

Expand All @@ -28,7 +28,8 @@ Join the community of discord!
- No Ads forever
- Listen to music
- Simple and modern design
- Blazing fast performance and minimal battery usage
- Blazing fast performance
- Minimal battery usage
- Manage the queue and shuffle/ repeat mode
- Change the accent of the app
- Manage folders to exclude(hide)
Expand All @@ -39,7 +40,6 @@ Join the community of discord!
- Easily search songs by keywords
- Lock screen controls and play in the notification bar
- Headset controls
- Listen to music
- Sleep timer

### Todo
Expand All @@ -48,8 +48,7 @@ Join the community of discord!
- [ ] Improve playlist selection window
- [ ] Add feature to edit the filename (or include in tag editor?)
- [ ] Support API version 33 (multiple api changes to do)
- [ ] Complete Material Design ?
- [ ] Blacklist ?
- [ ] Blacklist files/songs?
- [ ] Fix equalizer and tag editor (not working good enough)
- [ ] Improve UI

Expand Down
4 changes: 2 additions & 2 deletions src/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android {
applicationId "com.atul.musicplayer"
minSdkVersion 23
targetSdkVersion 33
versionCode 11
versionName "0.11"
versionCode 12
versionName "0.12"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit f65fd66

Please sign in to comment.