diff --git a/app/build.gradle b/app/build.gradle index 651c637..ab7a200 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "phone.vishnu.dialogmusicplayer" minSdk 21 targetSdk 33 - versionCode 8 - versionName "v2.0.0" + versionCode 9 + versionName "v2.1.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/fastlane/metadata/android/en-US/changelogs/8.txt b/fastlane/metadata/android/en-US/changelogs/8.txt deleted file mode 100644 index 0901caf..0000000 --- a/fastlane/metadata/android/en-US/changelogs/8.txt +++ /dev/null @@ -1,4 +0,0 @@ -- Complete architecture overhaul -- Includes notification for playback - -Full Changelog: https://github.com/VishnuSanal/DialogMusicPlayer/compare/v1.4.1...v2.0.0 \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/9.txt b/fastlane/metadata/android/en-US/changelogs/9.txt new file mode 100644 index 0000000..7f1abb3 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/9.txt @@ -0,0 +1,4 @@ +- UI overhaul +- Bug fixes + +Full Changelog: https://github.com/VishnuSanal/DialogMusicPlayer/compare/v2.0.0...v2.1.0 \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/images/featureGraphic.png b/fastlane/metadata/android/en-US/images/featureGraphic.png index a4ba828..dde0754 100644 Binary files a/fastlane/metadata/android/en-US/images/featureGraphic.png and b/fastlane/metadata/android/en-US/images/featureGraphic.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png index ed74e49..9247007 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png index aaf853b..6a53078 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png differ