Version increase and README.md update.

This commit is contained in:
Christopher Beckmann 2018-09-18 17:52:47 +02:00
commit 793c9f3ecd
2 changed files with 9 additions and 8 deletions

View file

@ -15,7 +15,7 @@ Further development requires Android Studio, we recommend to use at least versio
### API Reference
Mininum SDK: 21
Mininum SDK: 21<br />
Target SDK: 27
## License
@ -41,10 +41,11 @@ The app uses icons from [Google Design Material Icons](https://design.google.com
## Contributors
Icons: <br />
Markus Hau<br />
Tatjana Albrandt<br/>
- Tatjana Albrandt<br/>
Authors (Github-Users): <br />
Christopher Beckmann (Kamuno) <br />
(Badric) <br />
(Lechendary)
- Christopher Beckmann (Kamuno) <br />
- (Badric) <br />
- (Lechendary) <br />
Exercises by Eduardo Fontao <br />

View file

@ -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 {