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"