Skip to content

Commit

Permalink
Bump version to 2.15.27-beta and update fastlane metadata
Browse files Browse the repository at this point in the history
Signed-off-by: openhab-bot <bot@openhab.org>
  • Loading branch information
openhab-bot committed Dec 28, 2020
1 parent 83de898 commit 9b8fb51
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/349.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## Added
* Add Tasker error code example to docs (#2311)
* Add long press action to copy item name (#2171)

## Changed
* Improve notification status strings (#2330)

## Fixed
* Fix issue with openHAB 3 (#2329)
* Fix push notification status if remote server isn't a cloud server (#2325)
* Allow clearing url in prefs (#2324)
* Allow empty strings as tile state (#2310)
* Make sure that tile subtitle is updated (#2308)
* Update server name after changed based on SSID (#2307)
* Increase server selector hitbox (#2306)
* Make sure tile preferences is always closed after saving (#2309)

Please note that this version won't be available in the Play Store: https://github.com/openhab/openhab-android/issues/2336
4 changes: 2 additions & 2 deletions mobile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ android {
applicationId "org.openhab.habdroid"
minSdkVersion 21
targetSdkVersion 29
versionCode 348
versionName "2.15.26-beta"
versionCode 349
versionName "2.15.27-beta"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
buildConfigField "long", "TIMESTAMP", System.currentTimeMillis() + "L"
Expand Down

0 comments on commit 9b8fb51

Please sign in to comment.