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

Commit

Permalink
Update CHANGELOG.md and versionCode for release 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
schaal committed Mar 7, 2016
1 parent 1accb1f commit eb116bb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.1 (2016-03-07)

* Show warning when ownCloud news is improperly configured
* Improve drawer reloading when only unread is changed

## 0.1b2 (2016-02-16)

* Make favicon loading more reliable
Expand Down
6 changes: 3 additions & 3 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 3
versionName "0.1b2"
versionCode 4
versionName "0.1"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down Expand Up @@ -69,7 +69,7 @@ dependencies {

compile "com.android.support:support-v13:${supportLibVersion}"

compile('com.mikepenz:materialdrawer:5.0.6@aar') {
compile('com.mikepenz:materialdrawer:5.0.9@aar') {
transitive = true
}

Expand Down

0 comments on commit eb116bb

Please sign in to comment.