From e6cb3ccdc9e0f1e0e870b0d1ae063c1ae62de8c9 Mon Sep 17 00:00:00 2001 From: Art Chaidarun Date: Mon, 27 Dec 2021 05:00:03 -0500 Subject: [PATCH] Release v1.0.0 --- README.md | 2 ++ app/build.gradle | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 {