diff --git a/README.md b/README.md index d2dcb49..5601856 100644 --- a/README.md +++ b/README.md @@ -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/)! diff --git a/app/build.gradle b/app/build.gradle index a7019d8..be43d9d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -22,7 +22,7 @@ android { minSdkVersion 29 targetSdkVersion 29 versionCode 1 - versionName '1.0' + versionName '1.0.0' } buildTypes {