Skip to content

Commit

Permalink
Update actions for JDK 11, add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
robog-two committed Oct 18, 2021
1 parent 88b895b commit 9c879e6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
- uses: actions/checkout@v2

- uses: actions/checkout@v1
- name: set up JDK 1.17
- name: set up JDK 1.11
uses: actions/setup-java@v1
with:
java-version: 1.17
java-version: 1.11
- name: Build APK
run: bash ./gradlew build
- name: release
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# TimeNuki 1.0.0

A raccoon-dog based pomodoro timer.

## Features
- Three time settings
- Hooks in with Do Not Disturb
- Cute Design

0 comments on commit 9c879e6

Please sign in to comment.