diff --git a/app/build.gradle b/app/build.gradle index b08408ea..e0f56374 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,8 +18,8 @@ android { applicationId "deltazero.amarok" minSdkVersion 26 targetSdkVersion 34 - versionCode 63 - versionName "0.8.5b2" + versionCode 64 + versionName "0.8.5b3" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/fastlane/metadata/android/en-US/changelogs/64.txt b/fastlane/metadata/android/en-US/changelogs/64.txt new file mode 100644 index 00000000..6196063e --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/64.txt @@ -0,0 +1,4 @@ +v0.8.5b3 +- Fix QuickHide Notification crashes on Android 14 +- Fix misidentification of loop folders when folder prefixes are identical +- Update community translations \ No newline at end of file