This commit is contained in:
Amine 2017-07-09 19:26:14 +02:00
parent f8f710df99
commit 04402c5ab9
2 changed files with 7 additions and 3 deletions

View File

@ -1,4 +1,8 @@
**1.5.1.3** **1.5.1.5**
- THEMES !!!! For now, the app has predefined themes. You can ask for new ones until I make them dynamic.
**1.5.1.3/4**
- Fixes introduces by the previous alpha (1.5.1.2) - Fixes introduces by the previous alpha (1.5.1.2)

View File

@ -25,8 +25,8 @@ android {
applicationId "apps.amine.bou.readerforselfoss" applicationId "apps.amine.bou.readerforselfoss"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 25 targetSdkVersion 25
versionCode 1513 versionCode 1515
versionName "1.5.1.3" versionName "1.5.1.5"
// Enabling multidex support. // Enabling multidex support.
multiDexEnabled true multiDexEnabled true