Skip to content

Commit

Permalink
Revert Android CRT Dependency (#582)
Browse files Browse the repository at this point in the history
* revert android crt dependency to last working

* change CI Job from macos-latest to macos-13
  • Loading branch information
sbSteveK authored May 9, 2024
1 parent 48e80a5 commit 3ac57a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ jobs:
python ./deviceadvisor/script/DATestRun.py
osx:
runs-on: macos-latest
runs-on: macos-13
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion android/iotdevicesdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ repositories {
}

dependencies {
api 'software.amazon.awssdk.crt:aws-crt-android:0.29.18'
api 'software.amazon.awssdk.crt:aws-crt-android:0.29.11'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
implementation 'org.slf4j:slf4j-api:1.7.30'
implementation 'com.google.code.gson:gson:2.9.0'
Expand Down

0 comments on commit 3ac57a7

Please sign in to comment.