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 Nov 20, 2023
1 parent 3c3aff8 commit 1e24ab4
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 @@ -73,7 +73,7 @@ the online anagram sites, such as [Wordsmith.org](https://wordsmith.org/anagram)
for a more comprehensive search.

## External control
Send an
Share text from another app, or send an
[Intent](https://developer.android.com/reference/android/content/Intent)
with an
[EXTRA_TEXT](https://developer.android.com/reference/android/content/Intent#EXTRA_TEXT)
Expand Down
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.crossword"
minSdkVersion 21
targetSdkVersion 31
versionName "1.23"
versionCode 123
versionName "1.24"
versionCode 124

buildConfigField "long", "BUILT", System.currentTimeMillis() + "L"
}
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-GB/changelog/124.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Add receive text, remote control
2 changes: 1 addition & 1 deletion src/main/res/raw/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ <h2>Solve anagrams</h2>
</p>
<h2>External control</h2>
<p>
Send
Share text from another app, or send
an <a href="https://developer.android.com/reference/android/content/Intent">Intent</a>
with an <a
href="https://developer.android.com/reference/android/content/Intent#EXTRA_TEXT">EXTRA_TEXT</a>
Expand Down

0 comments on commit 1e24ab4

Please sign in to comment.