diff --git a/CHANGELOG.md b/CHANGELOG.md index f1f477f..f6db0d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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** - The release APK wasn't working at all. diff --git a/app/build.gradle b/app/build.gradle index 628b13e..e824ecd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,8 +25,8 @@ android { applicationId "apps.amine.bou.readerforselfoss" minSdkVersion 16 targetSdkVersion 25 - versionCode 1501 - versionName "1.5.0.1" + versionCode 1502 + versionName "1.5.0.2" // Enabling multidex support. multiDexEnabled true