Skip to content

Commit

Permalink
Bump version to 3.7.5-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 Sep 23, 2023
1 parent 3f5e54c commit e5c0c49
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/498.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## What's Changed
* Don't use device locale when formatting state for icons by @maniac103 in https://github.com/openhab/openhab-android/pull/3474
* Adjust image/chart/map/video header line by @maniac103 in https://github.com/openhab/openhab-android/pull/3475
* Fix status bar being invisible in chart and image activities by @maniac103 in https://github.com/openhab/openhab-android/pull/3476
* Fix applying first map location by @maniac103 in https://github.com/openhab/openhab-android/pull/3471

**Full Changelog**: https://github.com/openhab/openhab-android/compare/3.7.4-beta...3.7.5-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 {
applicationId "org.openhab.habdroid"
minSdkVersion 21
targetSdkVersion 33
versionCode 497
versionName "3.7.4-beta"
versionCode 498
versionName "3.7.5-beta"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
buildConfigField "long", "TIMESTAMP", System.currentTimeMillis() + "L"
Expand Down

0 comments on commit e5c0c49

Please sign in to comment.