Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
andresth committed Jun 24, 2018
1 parent 4c18643 commit 2db7ddf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
## 0.5.9 (development)
## 0.5.9
#### new features

#### improvements

#### fixes
* Set CalendarURL to null when it's not in the response

## 0.5.8
#### new features
Expand Down
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "in.andres.kandroid"
minSdkVersion 17
targetSdkVersion 25
versionCode 17
versionName "0.5.8"
versionCode 19
versionName "0.5.9"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down Expand Up @@ -42,7 +42,7 @@ dependencies {
implementation 'com.android.support:recyclerview-v7:25.4.0'
testImplementation 'junit:junit:4.12'
implementation 'com.android.support:cardview-v7:25.4.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
implementation group: 'com.atlassian.commonmark', name:'commonmark', version:'0.11.0'
// compile 'org.apache.commons:commons-lang3:3.6'
implementation 'commons-io:commons-io:2.5'
Expand Down

0 comments on commit 2db7ddf

Please sign in to comment.