Skip to content

Commit fe94d88

Browse files
Revert "Update Paho to 1.2.3 (#1572)"
This reverts commit 87b8d3e.
1 parent a1c17c4 commit fe94d88

File tree

3 files changed

+2
-16
lines changed

3 files changed

+2
-16
lines changed

CHANGELOG.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
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

aws-android-sdk-iot/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

aws-android-sdk-iot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
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>

0 commit comments

Comments
 (0)