Changelog and updated target sdk.
This commit is contained in:
parent
d151eb261e
commit
bc78d1e079
@ -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.
|
||||||
|
@ -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()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user