Build and changeelog.

This commit is contained in:
Amine 2017-06-04 09:47:45 +02:00
parent 041a225992
commit 9d40026ef7
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,11 @@
**1.5.0.2**
- If the content in the article viewer is empty, the article will open in a custom tab.
- Added a share button, and an "open in browser" button to the bottom of the article viewer.
- Updated custom tab code.
**1.5.0.1** **1.5.0.1**
- The release APK wasn't working at all. - The release APK wasn't working at all.

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 1501 versionCode 1502
versionName "1.5.0.1" versionName "1.5.0.2"
// Enabling multidex support. // Enabling multidex support.
multiDexEnabled true multiDexEnabled true