Skip to content
This repository has been archived by the owner on Feb 14, 2019. It is now read-only.

Commit

Permalink
changelog and setup version update
Browse files Browse the repository at this point in the history
  • Loading branch information
CityVibes committed Jan 30, 2018
1 parent 49bdc6d commit 0718590
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.5.1
=====
* NullPointerException fix on setup cancelation.

0.5.0
=====
* Code Refactoring - exporting tasks and steps to separate classes, removing dependencies and public access where it isn't needed.
Expand Down
2 changes: 1 addition & 1 deletion devicesetup/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
apply plugin: 'com.jakewharton.butterknife'

// This is the library version used when deploying the artifact
version = '0.5.0'
version = '0.5.1'

ext {
bintrayRepo = 'android'
Expand Down

0 comments on commit 0718590

Please sign in to comment.