From d72baabd6be49094662393d1b7c146dad5466c0e Mon Sep 17 00:00:00 2001 From: openhab-bot Date: Thu, 15 Aug 2024 05:33:29 +0000 Subject: [PATCH] Bump version to 3.15.10-beta and update fastlane metadata Signed-off-by: openhab-bot --- fastlane/metadata/android/en-US/changelogs/553.txt | 6 ++++++ mobile/build.gradle | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/553.txt diff --git a/fastlane/metadata/android/en-US/changelogs/553.txt b/fastlane/metadata/android/en-US/changelogs/553.txt new file mode 100644 index 0000000000..cfc6e1e106 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/553.txt @@ -0,0 +1,6 @@ +## What's Changed +* Correctly catch HttpException when retrieving item by @maniac103 in https://github.com/openhab/openhab-android/pull/3798 +* Fix resolving color state lists from theme by @maniac103 in https://github.com/openhab/openhab-android/pull/3800 + + +**Full Changelog**: https://github.com/openhab/openhab-android/compare/3.15.9-beta...3.15.10-beta diff --git a/mobile/build.gradle b/mobile/build.gradle index dcb6462bb5..80c814926d 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -49,8 +49,8 @@ android { minSdkVersion 21 compileSdk 34 targetSdkVersion 33 - versionCode 552 - versionName "3.15.9-beta" + versionCode 553 + versionName "3.15.10-beta" multiDexEnabled true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" buildConfigField "long", "TIMESTAMP", System.currentTimeMillis() + "L"