Skip to content

Commit

Permalink
fix bad version change from automated per script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Mouncer committed Jan 9, 2025
1 parent 266ebec commit 3dca873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/java/android/embedded-speech/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')

// Speech SDK
implementation 'com.microsoft.cognitiveservices.speech:client-sdk-embedded:1.42.0'
implementation 'com.microsoft.cognitiveservices.speech:client-sdk-embedded:1.42.0@aar'

implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.0'
Expand Down

0 comments on commit 3dca873

Please sign in to comment.