Skip to content

Commit

Permalink
Build: Release v0.13.0 (#1220)
Browse files Browse the repository at this point in the history
  • Loading branch information
anilbeesetti authored Jan 15, 2025
2 parents d70d7b0 + eea9b99 commit ece6c49
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android {
minSdk = libs.versions.android.minSdk.get().toInt()
targetSdk = libs.versions.android.targetSdk.get().toInt()
applicationId = "dev.anilbeesetti.nextplayer"
versionCode = 29
versionCode = 31
versionName = "0.13.0"
}

Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/31.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- Added preference to change control buttons position to either left or right
- Added Background playback with notification
- Improved Pip functionality
- Updated Androidx Media3 version 1.5.1
- Fixed an issue where video locations weren't properly updating after moving files to new folders
- Resolved bugs related to Picture-in-Picture mode and background playback

0 comments on commit ece6c49

Please sign in to comment.