From a783be8b30ada5c4b61a694db0a7422bf4683abd Mon Sep 17 00:00:00 2001 From: openhab-bot Date: Wed, 7 Aug 2024 16:50:04 +0000 Subject: [PATCH] Bump version to 3.15.9-beta and update fastlane metadata Signed-off-by: openhab-bot --- fastlane/metadata/android/en-US/changelogs/552.txt | 7 +++++++ mobile/build.gradle | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/552.txt diff --git a/fastlane/metadata/android/en-US/changelogs/552.txt b/fastlane/metadata/android/en-US/changelogs/552.txt new file mode 100644 index 0000000000..5d5954fad0 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/552.txt @@ -0,0 +1,7 @@ +## What's Changed +* Allow one level of nested frames in sitemaps by @jimtng in https://github.com/openhab/openhab-android/pull/3785 +* Don't truncate widget values by @mueller-ma in https://github.com/openhab/openhab-android/pull/3795 +* Fix notifications without message by @mueller-ma in https://github.com/openhab/openhab-android/pull/3794 + + +**Full Changelog**: https://github.com/openhab/openhab-android/compare/3.15.8-beta...3.15.9-beta diff --git a/mobile/build.gradle b/mobile/build.gradle index 97dd857618..dcb6462bb5 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -49,8 +49,8 @@ android { minSdkVersion 21 compileSdk 34 targetSdkVersion 33 - versionCode 551 - versionName "3.15.8-beta" + versionCode 552 + versionName "3.15.9-beta" multiDexEnabled true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" buildConfigField "long", "TIMESTAMP", System.currentTimeMillis() + "L"