diff --git a/CHANGELOG.md b/CHANGELOG.md index 20fe268e..c435a6c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.38 (2017-09-23) + +* Possible fix for "You cannot start a load for a destroyed activity" crash +* Minimum SDK level raised to 17 + ## 0.37 (2017-08-04) * Fallback to http when scheme is not entered and https fails when entering server details @@ -37,7 +42,6 @@ * improve emoji display in articles * remove margin from first image in article - ## 0.30 (2017-04-01) The "This is no joke" release diff --git a/app/build.gradle b/app/build.gradle index 9b880093..91074b02 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -32,8 +32,8 @@ android { applicationId "email.schaal.ocreader" minSdkVersion 17 targetSdkVersion 26 - versionCode 40 - versionName "0.37" + versionCode 41 + versionName "0.38" archivesBaseName="${getApplicationId()}_${getVersionCode()}"