Skip to content

Commit

Permalink
Merge pull request #26 from forrestguice/release-0.4.2
Browse files Browse the repository at this point in the history
release 0.4.2
  • Loading branch information
forrestguice authored Sep 25, 2020
2 parents 92f490f + bc05f6b commit 88b9706
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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 <br />
Copyright © 2018-2020 Forrest Guice <br />
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.
Expand Down
6 changes: 4 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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()}\""

Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/9.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- use external color picker if available (requires Suntimes v0.13.0+).

0 comments on commit 88b9706

Please sign in to comment.