From c0512a87de281f2872fedc5b5b1213e6b0efda66 Mon Sep 17 00:00:00 2001 From: Dominik <36272047+Domi04151309@users.noreply.github.com> Date: Wed, 28 Sep 2022 20:52:09 +0200 Subject: [PATCH] Update version --- app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/1100.txt | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/1100.txt diff --git a/app/build.gradle b/app/build.gradle index e5e6594f..7e246faa 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "io.github.domi04151309.home" minSdkVersion 23 targetSdkVersion 33 - versionCode 190 - versionName "1.9.0" + versionCode 1100 + versionName "1.10.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes { diff --git a/fastlane/metadata/android/en-US/changelogs/1100.txt b/fastlane/metadata/android/en-US/changelogs/1100.txt new file mode 100644 index 00000000..1705d106 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/1100.txt @@ -0,0 +1 @@ +This version includes a new editor for Hue scenes and supports tinted app icons on the new Android version. There are also some new shortcuts (widgets) for devices and Hue controls that help you find what you are looking for faster. Furthermore, there is now a new device info page for Shelly Gen 2 devices, and an issue with Shelly Gen 1 devices has been fixed thanks to @Gared.