From 4bd7e7b36beca87ebbafc8f484ced12e6aec48ca Mon Sep 17 00:00:00 2001 From: Bill Farmer Date: Mon, 12 Jun 2023 11:56:13 +0100 Subject: [PATCH] Update version, changelog, README, help --- README.md | 2 +- build.gradle | 4 ++-- fastlane/metadata/android/en-GB/changelog/135.txt | 1 + src/main/res/raw/help.html | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 fastlane/metadata/android/en-GB/changelog/135.txt diff --git a/README.md b/README.md index 0341465..2652500 100644 --- a/README.md +++ b/README.md @@ -66,4 +66,4 @@ The input source may be selected. Some of the selections will not be available, depending on the device. The fill option selects spectrum trace fill. The hold option selects spectrum trace hold. The screen option will stop the screen turning off. The theme option selects the -dark theme. The about item shows the version and copyright. +app theme. The about item shows the version and copyright. diff --git a/build.gradle b/build.gradle index caa161d..ad87636 100644 --- a/build.gradle +++ b/build.gradle @@ -30,8 +30,8 @@ android { applicationId "org.billthefarmer.scope" minSdkVersion 14 targetSdkVersion 28 - versionCode 134 - versionName "1.34" + versionCode 135 + versionName "1.35" buildConfigField "long", "BUILT", System.currentTimeMillis() + "L" } diff --git a/fastlane/metadata/android/en-GB/changelog/135.txt b/fastlane/metadata/android/en-GB/changelog/135.txt new file mode 100644 index 0000000..c9c843f --- /dev/null +++ b/fastlane/metadata/android/en-GB/changelog/135.txt @@ -0,0 +1 @@ + * Add system theme diff --git a/src/main/res/raw/help.html b/src/main/res/raw/help.html index 4e26a46..210c0c4 100644 --- a/src/main/res/raw/help.html +++ b/src/main/res/raw/help.html @@ -58,5 +58,5 @@

Settings

be available, depending on the device. The fill option selects spectrum trace fill. The hold option selects spectrum trace hold. The screen option will stop the screen turning off. The theme option -selects the dark theme. The about item shows the version and +selects the app theme. The about item shows the version and copyright.