Skip to content
This repository has been archived by the owner on Nov 12, 2022. It is now read-only.

Commit

Permalink
Update changelog and versionCode for release 0.38 (41)
Browse files Browse the repository at this point in the history
  • Loading branch information
schaal committed Sep 23, 2017
1 parent 39810db commit 13476d5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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()}"

Expand Down

0 comments on commit 13476d5

Please sign in to comment.