Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
artnc committed Dec 27, 2021
1 parent 9c311bf commit e6cb3cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This is a personal time tracking app designed and developed by and for myself.

You're welcome to try it out for yourself by installing an APK from the [releases](https://github.com/artnc/chronofile/releases) page, but be warned that the app requires Android 10 and has undergone essentially zero QA! Feel free to open a GitHub issue if you're having problems.

All entries are written to a local TSV file in external storage for easy sync/backup.

I used this project to learn Kotlin and (re)learn Android development before I began work on the [Duolingo app](https://play.google.com/store/apps/details?id=com.duolingo), which is [now 100% Kotlin](https://blog.duolingo.com/migrating-duolingos-android-app-to-100-kotlin/)!
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android {
minSdkVersion 29
targetSdkVersion 29
versionCode 1
versionName '1.0'
versionName '1.0.0'
}

buildTypes {
Expand Down

0 comments on commit e6cb3cc

Please sign in to comment.