Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Commit

Permalink
update changelog & version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
fennifith committed Apr 6, 2019
1 parent 02719d0 commit 048fd47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "me.jfenn.alarmio"
minSdkVersion 16
targetSdkVersion 28
versionCode 16
versionName "1.0.0"
versionCode 17
versionName "1.0.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true

Expand Down
6 changes: 3 additions & 3 deletions app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
- changed slow wake-up and sleep reminder units (now stored in seconds)
- increased alarm expansion touch area
- alarm names are now (finally) editable
- add alarm intents for external applications
- various bug fixes / performance improvements
- fix errors in about section

0 comments on commit 048fd47

Please sign in to comment.