We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b36019 + 223a26d commit a06d4fcCopy full SHA for a06d4fc
IOTConnectSDK/app/build.gradle
@@ -48,6 +48,7 @@ dependencies {
48
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
49
50
implementation project(path: ':iotconnect-sdk')
51
+
52
// implementation 'com.github.avnet-iotconnect:iotc-android-sdk:3.1.3'
53
}
54
IOTConnectSDK/iotconnect-sdk/build.gradle
@@ -62,7 +62,7 @@ afterEvaluate {
62
// You can then customize attributes of the publication as shown below.
63
groupId = 'com.github.sw-ms-imranbhadelia'
64
artifactId = 'iotconnect-sdk'
65
- version = '3.1.3'
+ version = '3.1.4'
66
67
68
0 commit comments