Skip to content

Commit a06d4fc

Browse files
Merge pull request #5 from avnet-iotconnect/android_33_support
Android OS 12+ support
2 parents 2b36019 + 223a26d commit a06d4fc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

IOTConnectSDK/app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ dependencies {
4848
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
4949

5050
implementation project(path: ':iotconnect-sdk')
51+
5152
// implementation 'com.github.avnet-iotconnect:iotc-android-sdk:3.1.3'
5253
}
5354

IOTConnectSDK/iotconnect-sdk/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ afterEvaluate {
6262
// You can then customize attributes of the publication as shown below.
6363
groupId = 'com.github.sw-ms-imranbhadelia'
6464
artifactId = 'iotconnect-sdk'
65-
version = '3.1.3'
65+
version = '3.1.4'
6666
}
6767
}
6868
}

0 commit comments

Comments
 (0)