From 793c9f3ecd46777b26168e3cc1c8fd79b612bbc3 Mon Sep 17 00:00:00 2001 From: Christopher Beckmann Date: Tue, 18 Sep 2018 17:52:47 +0200 Subject: [PATCH] Version increase and README.md update. --- README.md | 13 +++++++------ app/build.gradle | 4 ++-- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d8ccc07..f82ae06 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Further development requires Android Studio, we recommend to use at least versio ### API Reference -Mininum SDK: 21 +Mininum SDK: 21
Target SDK: 27 ## License @@ -41,10 +41,11 @@ The app uses icons from [Google Design Material Icons](https://design.google.com ## Contributors Icons:
-Markus Hau
-Tatjana Albrandt
+ - Tatjana Albrandt
Authors (Github-Users):
-Christopher Beckmann (Kamuno)
-(Badric)
-(Lechendary) + - Christopher Beckmann (Kamuno)
+ - (Badric)
+ - (Lechendary)
+ +Exercises by Eduardo Fontao
diff --git a/app/build.gradle b/app/build.gradle index fbee588..1dd0d37 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "org.secuso.privacyfriendlypausinghealthily" minSdkVersion 21 targetSdkVersion 27 - versionCode 6 - versionName "1.2.3" + versionCode 7 + versionName "1.3" vectorDrawables.useSupportLibrary = true } lintOptions {