Skip to content

Commit

Permalink
Bump version to 3.8.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 Jan 12, 2024
1 parent e5bd6e5 commit a6a61c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/509.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## What's Changed
* Don't set app name in notifications by @mueller-ma in https://github.com/openhab/openhab-android/pull/3558

**Full Changelog**: https://github.com/openhab/openhab-android/compare/3.8.4-beta...3.8.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 {
minSdkVersion 21
compileSdk 34
targetSdkVersion 33
versionCode 508
versionName "3.8.4-beta"
versionCode 509
versionName "3.8.5-beta"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
buildConfigField "long", "TIMESTAMP", System.currentTimeMillis() + "L"
Expand Down

0 comments on commit a6a61c2

Please sign in to comment.