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 {