Skip to content

Commit

Permalink
Bump version to 3.15.10-beta and update fastlane metadata
Browse files Browse the repository at this point in the history
Signed-off-by: openhab-bot <[email protected]>
  • Loading branch information
openhab-bot committed Aug 15, 2024
1 parent 29176c3 commit d72baab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/553.txt
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions mobile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d72baab

Please sign in to comment.