diff --git a/fastlane/metadata/android/en-US/changelogs/509.txt b/fastlane/metadata/android/en-US/changelogs/509.txt new file mode 100644 index 0000000000..be5d1e59a3 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/509.txt @@ -0,0 +1,4 @@ +## What's Changed +* Don't set app name in notifications by @mueller-ma in https://github.com/openhab/openhab-android/pull/3558 + +**Full Changelog**: https://github.com/openhab/openhab-android/compare/3.8.4-beta...3.8.5-beta diff --git a/mobile/build.gradle b/mobile/build.gradle index 165ab1706d..924f4fe8c9 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -49,8 +49,8 @@ android { minSdkVersion 21 compileSdk 34 targetSdkVersion 33 - versionCode 508 - versionName "3.8.4-beta" + versionCode 509 + versionName "3.8.5-beta" multiDexEnabled true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" buildConfigField "long", "TIMESTAMP", System.currentTimeMillis() + "L"