Skip to content

Commit

Permalink
Update version, changelog, README, help
Browse files Browse the repository at this point in the history
  • Loading branch information
billthefarmer committed Jun 12, 2023
1 parent 4ab01e6 commit 4bd7e7b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-GB/changelog/135.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Add system theme
2 changes: 1 addition & 1 deletion src/main/res/raw/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ <h3>Settings</h3>
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.</p>

0 comments on commit 4bd7e7b

Please sign in to comment.