Skip to content

Commit

Permalink
Release 0.7.2 to fix transitive deps problem
Browse files Browse the repository at this point in the history
  • Loading branch information
jensck committed Dec 14, 2020
1 parent 0be56ba commit 4e41912
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions devicesetup/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.7.2
=====
* Fix for separate publishing issue with relying on transitive dependencies from the cloud SDK

0.7.1
=====
* Fix for publishing problem with 0.7.0
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.1'
version = '0.7.2'

ext {
bintrayRepo = 'android'
Expand Down

0 comments on commit 4e41912

Please sign in to comment.