Skip to content

Commit 3ac57a7

Browse files
authored
Revert Android CRT Dependency (#582)
* revert android crt dependency to last working * change CI Job from macos-latest to macos-13
1 parent 48e80a5 commit 3ac57a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
python ./deviceadvisor/script/DATestRun.py
212212
213213
osx:
214-
runs-on: macos-latest
214+
runs-on: macos-13
215215
strategy:
216216
fail-fast: false
217217
matrix:

android/iotdevicesdk/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ repositories {
9797
}
9898

9999
dependencies {
100-
api 'software.amazon.awssdk.crt:aws-crt-android:0.29.18'
100+
api 'software.amazon.awssdk.crt:aws-crt-android:0.29.11'
101101
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
102102
implementation 'org.slf4j:slf4j-api:1.7.30'
103103
implementation 'com.google.code.gson:gson:2.9.0'

0 commit comments

Comments
 (0)