Skip to content

Commit

Permalink
Bump version to 3.14.2-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 Jun 29, 2024
1 parent 441e7ba commit 143fe53
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/538.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## What's Changed
* Add skelton view while loading by @mueller-ma in https://github.com/openhab/openhab-android/pull/3713
* Keep icons in cache when refreshing Sitemap by @mueller-ma in https://github.com/openhab/openhab-android/pull/3717
* Add scrollbars to Item picker and notification list by @mueller-ma in https://github.com/openhab/openhab-android/pull/3719
* Avoid animation of server settings by @mueller-ma in https://github.com/openhab/openhab-android/pull/3720
* Fix crash when listening for command item by @mueller-ma in https://github.com/openhab/openhab-android/pull/3721
* Update summary notification when notification is dismissed by @mueller-ma in https://github.com/openhab/openhab-android/pull/3722


**Full Changelog**: https://github.com/openhab/openhab-android/compare/3.14.1-beta...3.14.2-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 537
versionName "3.14.1-beta"
versionCode 538
versionName "3.14.2-beta"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
buildConfigField "long", "TIMESTAMP", System.currentTimeMillis() + "L"
Expand Down

0 comments on commit 143fe53

Please sign in to comment.