From 37c3e8706b7dac06e56e0376483296ea36ea5059 Mon Sep 17 00:00:00 2001 From: Domi04151309 <36272047+Domi04151309@users.noreply.github.com> Date: Wed, 5 Jan 2022 13:56:18 +0100 Subject: [PATCH] Update version --- app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/180.txt | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/180.txt diff --git a/app/build.gradle b/app/build.gradle index 3f8339da..8d2178c1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "io.github.domi04151309.home" minSdkVersion 23 targetSdkVersion 31 - versionCode 173 - versionName "1.7.3" + versionCode 180 + versionName "1.8.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes { diff --git a/fastlane/metadata/android/en-US/changelogs/180.txt b/fastlane/metadata/android/en-US/changelogs/180.txt new file mode 100644 index 00000000..fd8e6955 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/180.txt @@ -0,0 +1,2 @@ +This update adds support for Shelly and Esp Easy devices. Furthermore, the device discovery process has been improved once again, and new device icons have been added. A big new feature is "Direct View" which makes it possible to load devices directly when you start the app. +Make sure to check out the release notes of previous versions as well! \ No newline at end of file