diff --git a/README.md b/README.md index 57f658659..fecb311f8 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

A simple, rational music player for android.

- GitHub release + GitHub release diff --git a/app/build.gradle b/app/build.gradle index eeebe6e2f..7dfe10130 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ plugins { android { defaultConfig { applicationId "org.oxycblt.auxio" - versionName "2.4z.0" - versionCode 17 + versionName "2.5.0" + versionCode 18 minSdkVersion 21 targetSdkVersion 32 diff --git a/fastlane/metadata/android/en-US/changelogs/18.txt b/fastlane/metadata/android/en-US/changelogs/18.txt new file mode 100644 index 000000000..b669149e5 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/18.txt @@ -0,0 +1 @@ +Auxio 2.5.0 allows the app to respond to changes in your music library, alongside a variety of bug fixes and UI improvements. For more information, see https://github.com/OxygenCobalt/Auxio/releases/tag/v2.5.0. \ No newline at end of file