We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0be56ba commit 4e41912Copy full SHA for 4e41912
devicesetup/CHANGELOG
@@ -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
+
5
0.7.1
6
=====
7
* Fix for publishing problem with 0.7.0
devicesetup/build.gradle
@@ -5,7 +5,7 @@ apply plugin: 'com.jakewharton.butterknife'
// This is the library version used when deploying the artifact
8
-version = '0.7.1'
+version = '0.7.2'
9
10
ext {
11
bintrayRepo = 'android'
0 commit comments