Skip to content

Commit

Permalink
Bump version to 3.15.2 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 Jul 16, 2024
1 parent 395a3f7 commit d92e0ab
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/545.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Implement new notification features
- Support buttongrid's button widgets
- Support press and release for switch widgets
- This version is the last one with support for openHAB 1
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 544
versionName "3.15.1"
versionCode 545
versionName "3.15.2"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
buildConfigField "long", "TIMESTAMP", System.currentTimeMillis() + "L"
Expand Down

0 comments on commit d92e0ab

Please sign in to comment.