Build and changeelog.
This commit is contained in:
parent
041a225992
commit
9d40026ef7
@ -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.
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user