Skip to content

Commit 4e41912

Browse files
committed
Release 0.7.2 to fix transitive deps problem
1 parent 0be56ba commit 4e41912

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

devicesetup/CHANGELOG

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.7.2
2+
=====
3+
* Fix for separate publishing issue with relying on transitive dependencies from the cloud SDK
4+
15
0.7.1
26
=====
37
* Fix for publishing problem with 0.7.0

devicesetup/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apply plugin: 'com.jakewharton.butterknife'
55

66

77
// This is the library version used when deploying the artifact
8-
version = '0.7.1'
8+
version = '0.7.2'
99

1010
ext {
1111
bintrayRepo = 'android'

0 commit comments

Comments
 (0)