diff --git a/fastlane/metadata/android/en-US/changelogs/111.txt b/fastlane/metadata/android/en-US/changelogs/111.txt new file mode 100644 index 0000000000000000000000000000000000000000..edf38ca64c57e79c530df9de8943003ccc461751 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/111.txt @@ -0,0 +1,5 @@ +## Fixed +* Fix selection of HABPanel panel (#1214) + +## Added +* Show shortcut to notification settings for Oreo and above (#1167) diff --git a/mobile/build.gradle b/mobile/build.gradle index a294c6317e623707db7c2af4dccc864457b3c070..5646ecb4d892fac581f5e5e92a9f09cc8c768802 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -30,8 +30,8 @@ android { applicationId "org.openhab.habdroid" minSdkVersion 14 targetSdkVersion 27 - versionCode 110 - versionName "2.5.15-beta" + versionCode 111 + versionName "2.5.16-beta" multiDexEnabled true testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' }