Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed Nov 20, 2024
1 parent a78362c commit 663590c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion binding/android/EagleTestApp/eagle-test-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions resources/.lint/spell-check/dict.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ wavefile
wchars
wfopen
xcframework
xcuitest
xcworkspace
malloc
constraintlayout
Expand Down
3 changes: 2 additions & 1 deletion script/automation/browserstack.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 663590c

Please sign in to comment.