File tree Expand file tree Collapse file tree 3 files changed +2
-16
lines changed Expand file tree Collapse file tree 3 files changed +2
-16
lines changed Original file line number Diff line number Diff line change 11# Change Log - AWS SDK for Android
22
3- ## [ Release 2.16.13] ( https://github.com/aws/aws-sdk-android/releases/tag/release_v2.16.13 )
4-
5- ### New Features
6-
7- - ** AWS Mobile Client**
8- - Added client metadata as optional parameter to various methods
9- - ** AWS IoT**
10- - Model updates
11-
12- ### Bug Fixes
13-
14- - ** AWS IoT**
15- - ` AWSIoTMqttManager ` is now compatible with Android < 7. See [ Issue #1259 ] ( https://github.com/aws-amplify/aws-sdk-android/issues/1259 ) for details.
16-
173## [ Release 2.16.12] ( https://github.com/aws/aws-sdk-android/releases/tag/release_v2.16.12 )
184
195### New Features
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dependencies {
2323 exclude group : ' com.google.android' , module : ' android'
2424 }
2525 implementation ' org.conscrypt:conscrypt-android:2.0.0'
26- implementation ' org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.2.3 '
26+ implementation ' org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.2.2 '
2727
2828 testImplementation ' junit:junit:4.12'
2929 testImplementation ' org.mockito:mockito-all:1.10.5'
Original file line number Diff line number Diff line change 2424 <groupId >org.eclipse.paho</groupId >
2525 <artifactId >org.eclipse.paho.client.mqttv3</artifactId >
2626 <optional >false</optional >
27- <version >1.2.3 </version >
27+ <version >1.2.2 </version >
2828 </dependency >
2929 <dependency >
3030 <groupId >junit</groupId >
You can’t perform that action at this time.
0 commit comments