diff --git a/binding/android/EagleTestApp/eagle-test-app/build.gradle b/binding/android/EagleTestApp/eagle-test-app/build.gradle index 41139db..9ec7b4b 100644 --- a/binding/android/EagleTestApp/eagle-test-app/build.gradle +++ b/binding/android/EagleTestApp/eagle-test-app/build.gradle @@ -116,7 +116,6 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'com.google.android.material:material:1.8.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' - implementation 'com.google.code.gson:gson:2.10' implementation 'ai.picovoice:eagle-android:1.0.0' // Espresso UI Testing diff --git a/resources/.lint/spell-check/dict.txt b/resources/.lint/spell-check/dict.txt index c8e6e07..2609cc7 100644 --- a/resources/.lint/spell-check/dict.txt +++ b/resources/.lint/spell-check/dict.txt @@ -30,6 +30,7 @@ wavefile wchars wfopen xcframework +xcuitest xcworkspace malloc constraintlayout diff --git a/script/automation/browserstack.py b/script/automation/browserstack.py index bfdf1f4..4a8d237 100644 --- a/script/automation/browserstack.py +++ b/script/automation/browserstack.py @@ -95,7 +95,8 @@ def main(args: argparse.Namespace) -> None: print('Build Unsuccessful') exit(1) - print('View build results at https://app-automate.browserstack.com/dashboard/v2/builds/{}' + print( + 'View build results at https://app-automate.browserstack.com/dashboard/v2/builds/{}' .format(build_response_json['build_id'])) while True: