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

Commit

Permalink
Update release code and changelog for version 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
schaal committed Apr 29, 2016
1 parent e6a5f7a commit d674451
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.5 (2016-04-29)

* Update proguard rules to fix colors not being applied in article webview

## 0.4 (2016-04-27)

* Slight UI improvement for login activity
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ android {
applicationId "email.schaal.ocreader"
minSdkVersion 16
targetSdkVersion 23
versionCode 7
versionName "0.4"
versionCode 8
versionName "0.5"

archivesBaseName="${getApplicationId()}_${getVersionCode()}"

Expand Down

0 comments on commit d674451

Please sign in to comment.