diff --git a/fastlane/metadata/android/en-US/changelogs/540.txt b/fastlane/metadata/android/en-US/changelogs/540.txt new file mode 100644 index 0000000000..dfdcffd997 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/540.txt @@ -0,0 +1,6 @@ +## What's Changed +* Improve SSE error handling by @mueller-ma in https://github.com/openhab/openhab-android/pull/3730 +* Poll for notifications when in foreground by @mueller-ma in https://github.com/openhab/openhab-android/pull/3731 + + +**Full Changelog**: https://github.com/openhab/openhab-android/compare/3.14.3-beta...3.14.4-beta diff --git a/mobile/build.gradle b/mobile/build.gradle index bb5944341b..141e390eb9 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -49,8 +49,8 @@ android { minSdkVersion 21 compileSdk 34 targetSdkVersion 33 - versionCode 539 - versionName "3.14.3-beta" + versionCode 540 + versionName "3.14.4-beta" multiDexEnabled true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" buildConfigField "long", "TIMESTAMP", System.currentTimeMillis() + "L"