diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml
index 19bf428f..9148b542 100644
--- a/.github/workflows/android.yml
+++ b/.github/workflows/android.yml
@@ -23,3 +23,8 @@ jobs:
run: chmod +x ./gradlew
- name: Build with Gradle
run: ./gradlew build
+ - name: Upload artifacts
+ uses: actions/upload-artifact@v1
+ with:
+ name: app
+ path: app/build/outputs/apk/debug/app-debug.apk
diff --git a/CHANGELOG.md b/CHANGELOG.md
index eb1587b5..89c7ef31 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
### ~
+### v0.4.2 (2020-09-24)
+* enhances color selection; use external color picker if available (#25) (requires Suntimes v0.13.0+).
+
### v0.4.1 (2020-04-22)
* updates translations to Polish (pl) and Esperanto (eo) (#23 by Verdulo).
diff --git a/README.md b/README.md
index 5031ff95..c7026dd1 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ The app requires the following permissions...
## Donations ##
-Do you find value in this software? Pay as you feel.
+Do you find value in this software? Please pay as you feel. Putting a price on the binary is a great way to show support for software you care about.
[![paypal](https://www.paypalobjects.com/webstatic/en_US/i/btn/png/silver-rect-paypal-26px.png)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=NZJ5FJBCKY6K2)
@@ -46,7 +46,7 @@ You can report bugs using the issue tracker.
When submitting a bug please be detailed and specific. What did you expect the app to do, what did you actually observe? Bugs that can't be reproduced won't get fixed. Useful information includes Android OS version and your specific device model.
## Legal Stuff
-Copyright © 2018-2019 Forrest Guice
+Copyright © 2018-2020 Forrest Guice
The source code is available under [GPLv3](LICENSE) (https://github.com/forrestguice/SuntimesCalendars).
> This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the [GNU General Public License](LICENSE) for more details.
diff --git a/app/build.gradle b/app/build.gradle
index 5abfffa7..7493c52e 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -6,10 +6,12 @@ android {
defaultConfig {
applicationId "com.forrestguice.suntimescalendars"
+ //noinspection MinSdkTooLow
minSdkVersion 11
+ //noinspection ExpiredTargetSdkVersion
targetSdkVersion 25
- versionCode 8
- versionName "0.4.1"
+ versionCode 9
+ versionName "0.4.2"
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
diff --git a/fastlane/metadata/android/ca-ES/images/phoneScreenshots/activity-calendars0.png b/fastlane/metadata/android/ca-ES/images/phoneScreenshots/1.png
similarity index 100%
rename from fastlane/metadata/android/ca-ES/images/phoneScreenshots/activity-calendars0.png
rename to fastlane/metadata/android/ca-ES/images/phoneScreenshots/1.png
diff --git a/fastlane/metadata/android/en-US/changelogs/9.txt b/fastlane/metadata/android/en-US/changelogs/9.txt
new file mode 100644
index 00000000..a82152ef
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/9.txt
@@ -0,0 +1 @@
+- use external color picker if available (requires Suntimes v0.13.0+).
\ No newline at end of file
diff --git a/fastlane/metadata/android/eo/images/phoneScreenshots/activity-calendars0.png b/fastlane/metadata/android/eo/images/phoneScreenshots/1.png
similarity index 100%
rename from fastlane/metadata/android/eo/images/phoneScreenshots/activity-calendars0.png
rename to fastlane/metadata/android/eo/images/phoneScreenshots/1.png
diff --git a/fastlane/metadata/android/es-ES/images/phoneScreenshots/activity-calendars0.png b/fastlane/metadata/android/es-ES/images/phoneScreenshots/1.png
similarity index 100%
rename from fastlane/metadata/android/es-ES/images/phoneScreenshots/activity-calendars0.png
rename to fastlane/metadata/android/es-ES/images/phoneScreenshots/1.png
diff --git a/fastlane/metadata/android/it-IT/images/phoneScreenshots/activity-calendars0.png b/fastlane/metadata/android/it-IT/images/phoneScreenshots/1.png
similarity index 100%
rename from fastlane/metadata/android/it-IT/images/phoneScreenshots/activity-calendars0.png
rename to fastlane/metadata/android/it-IT/images/phoneScreenshots/1.png
diff --git a/fastlane/metadata/android/nb-NO/images/phoneScreenshots/activity-calendars0.png b/fastlane/metadata/android/nb-NO/images/phoneScreenshots/1.png
similarity index 100%
rename from fastlane/metadata/android/nb-NO/images/phoneScreenshots/activity-calendars0.png
rename to fastlane/metadata/android/nb-NO/images/phoneScreenshots/1.png
diff --git a/fastlane/metadata/android/pl/images/phoneScreenshots/activity-calendars0.png b/fastlane/metadata/android/pl/images/phoneScreenshots/1.png
similarity index 100%
rename from fastlane/metadata/android/pl/images/phoneScreenshots/activity-calendars0.png
rename to fastlane/metadata/android/pl/images/phoneScreenshots/1.png
diff --git a/fastlane/metadata/android/pt-BR/images/phoneScreenshots/activity-calendars0.png b/fastlane/metadata/android/pt-BR/images/phoneScreenshots/1.png
similarity index 100%
rename from fastlane/metadata/android/pt-BR/images/phoneScreenshots/activity-calendars0.png
rename to fastlane/metadata/android/pt-BR/images/phoneScreenshots/1.png
diff --git a/fastlane/metadata/android/zh-TW/images/phoneScreenshots/activity-calendars0.png b/fastlane/metadata/android/zh-TW/images/phoneScreenshots/1.png
similarity index 100%
rename from fastlane/metadata/android/zh-TW/images/phoneScreenshots/activity-calendars0.png
rename to fastlane/metadata/android/zh-TW/images/phoneScreenshots/1.png