Changelog and updated target sdk.

This commit is contained in:
Amine 2017-11-11 14:35:13 +01:00
parent d151eb261e
commit bc78d1e079
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
- Using the kotlin wrapper for the material drawer (see #98 for more details). - Using the kotlin wrapper for the material drawer (see #98 for more details).
- Updated support libraries
**1.5.4.08** **1.5.4.08**
- Thanks @jrafaelsantana for translating the whole app in Brazilian Portuguese. - Thanks @jrafaelsantana for translating the whole app in Brazilian Portuguese.

View File

@ -43,7 +43,7 @@ android {
defaultConfig { defaultConfig {
applicationId "apps.amine.bou.readerforselfoss" applicationId "apps.amine.bou.readerforselfoss"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 26 targetSdkVersion 27
versionCode versionCodeFromGit() versionCode versionCodeFromGit()
versionName versionNameFromGit() versionName versionNameFromGit()