Skip to content

Commit c05165a

Browse files
committed
update crt version & rollback faq
1 parent ccfbacd commit c05165a

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

android/iotdevicesdk/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ repositories {
114114
}
115115

116116
dependencies {
117-
api 'software.amazon.awssdk.crt:aws-crt-android:0.38.13'
117+
api 'software.amazon.awssdk.crt:aws-crt-android:0.42.1'
118118
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
119119
implementation 'org.slf4j:slf4j-api:1.7.30'
120120
implementation 'com.google.code.gson:gson:2.9.0'

documents/FAQ.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
* [How do I build and use the Android SDK?](#how-do-i-build-and-use-the-android-sdk)
1313
* [Where can I find MQTT 311 Samples?](#where-can-i-find-mqtt-311-samples)
1414
* [How can I improve the library size?](#how-can-i-improve-the-library-size)
15+
* [Certificate and Private Key Usage Across Different Versions of the SDK on macOS](#certificate-and-private-key-usage-across-different-versions-of-the-sdk-on-macos)
1516
* [I still have more questions about this sdk?](#i-still-have-more-questions-about-this-sdk)
1617

1718
### Where should I start?
@@ -172,6 +173,8 @@ For maximum control, build both CRT and SDK locally:
172173
```
173174
3. [Build the SDK from source](./DEVELOPING.md#building-from-source)
174175

176+
### Certificate and Private Key Usage Across Different Versions of the SDK on macOS
177+
A certificate and private key pair cannot be shared on a macOS device between aws-iot-device-sdk-java-v2 v1.29.0 and an earlier or later version. In the update of v1.29.0 we migrated macOS from using Apple's deprecated Security Framework to SecItem API. In doing so, certificate and private keys are imported in a non-backwards compatible manner into the Apple Keychain.
175178

176179
### I still have more questions about this sdk?
177180

sdk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>software.amazon.awssdk.crt</groupId>
6262
<artifactId>aws-crt</artifactId>
63-
<version>0.38.13</version>
63+
<version>0.42.1</version>
6464
</dependency>
6565
<dependency>
6666
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)