This commit is contained in:
Amine 2017-07-03 19:29:35 +02:00
parent 95e208000f
commit 1d18c898b2
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
**1.5.1.3**
- Fixes introduces by the previous alpha (1.5.1.2)
**1.5.1.2** **1.5.1.2**
- Added testing to the CI. - Added testing to the CI.

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 1512 versionCode 1513
versionName "1.5.1.2" versionName "1.5.1.3"
// Enabling multidex support. // Enabling multidex support.
multiDexEnabled true multiDexEnabled true