Skip to content

Commit

Permalink
Bump version to 3.7.4-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 5, 2023
1 parent ded0e8c commit 2dc95ac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/497.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## What's Changed
* Improve state generation logic when fetching icons by @maniac103 in https://github.com/openhab/openhab-android/pull/3456


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

0 comments on commit 2dc95ac

Please sign in to comment.