Skip to content

Commit 822dd1b

Browse files
bretambrosegmazzotta-bitBret Ambrose
authored
Remove the dependency on Appcompat from iotdevicesdk (#611)
* Remove the dependency on Appcompat from iotdevicesdk * Fix CI --------- Co-authored-by: Gabriele Mazzotta <[email protected]> Co-authored-by: Bret Ambrose <[email protected]>
1 parent f3568c4 commit 822dd1b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -329,12 +329,12 @@ jobs:
329329
- name: MQTT311 tests
330330
run: |
331331
source utils/mqtt5_test_setup.sh s3://iot-sdk-ci-bucket-us-east1/IotUsProdMqtt5EnvironmentVariables.txt us-east-1
332-
mvn test -Dtest=MqttBuilderTest -DfailIfNoTests=false
332+
mvn test -Dtest=MqttBuilderTest -Dsurefire.failIfNoSpecifiedTests=false
333333
source utils/mqtt5_test_setup.sh s3://iot-sdk-ci-bucket-us-east1/IotUsProdMqtt5EnvironmentVariables.txt cleanup
334334
- name: MQTT5 tests
335335
run: |
336336
source utils/mqtt5_test_setup.sh s3://iot-sdk-ci-bucket-us-east1/IotUsProdMqtt5EnvironmentVariables.txt us-east-1
337-
mvn test -Dtest=Mqtt5BuilderTest -DfailIfNoTests=false
337+
mvn test -Dtest=Mqtt5BuilderTest -Dsurefire.failIfNoSpecifiedTests=false
338338
source utils/mqtt5_test_setup.sh s3://iot-sdk-ci-bucket-us-east1/IotUsProdMqtt5EnvironmentVariables.txt cleanup
339339
- name: Running samples in CI setup
340340
run: |
@@ -484,7 +484,7 @@ jobs:
484484
run: |
485485
python3 -m pip install boto3
486486
sudo apt-get update -y
487-
sudo apt-get install softhsm -y
487+
sudo apt-get install softhsm2 -y
488488
softhsm2-util --version
489489
- name: configure AWS credentials (Fleet provisioning)
490490
uses: aws-actions/configure-aws-credentials@v2

android/iotdevicesdk/build.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ dependencies {
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'
104-
implementation 'androidx.appcompat:appcompat:1.1.0'
105104
testImplementation 'junit:junit:4.12'
106105
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
107106
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'

0 commit comments

Comments
 (0)