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.
1 parent 48e80a5 commit 3ac57a7Copy full SHA for 3ac57a7
.github/workflows/ci.yml
@@ -211,7 +211,7 @@ jobs:
211
python ./deviceadvisor/script/DATestRun.py
212
213
osx:
214
- runs-on: macos-latest
+ runs-on: macos-13
215
strategy:
216
fail-fast: false
217
matrix:
android/iotdevicesdk/build.gradle
@@ -97,7 +97,7 @@ repositories {
97
}
98
99
dependencies {
100
- api 'software.amazon.awssdk.crt:aws-crt-android:0.29.18'
+ api 'software.amazon.awssdk.crt:aws-crt-android:0.29.11'
101
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
102
implementation 'org.slf4j:slf4j-api:1.7.30'
103
implementation 'com.google.code.gson:gson:2.9.0'
0 commit comments