Skip to content

Commit

Permalink
Bump for release of 0.7.1 for device setup lib
Browse files Browse the repository at this point in the history
  • Loading branch information
jensck committed Dec 14, 2020
1 parent 22dca32 commit f8ac394
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion devicesetup/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
0.7.1
=====
* Fix for publishing problem with 0.7.0

0.7.0
=====
* Update to accommodate changes in API 29 and up


0.5.3
=====
* Particle CloudSdk update.
Expand Down
2 changes: 1 addition & 1 deletion devicesetup/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'com.jakewharton.butterknife'


// This is the library version used when deploying the artifact
version = '0.7.0'
version = '0.7.1'

ext {
bintrayRepo = 'android'
Expand Down

0 comments on commit f8ac394

Please sign in to comment.