Skip to content

Commit

Permalink
updates samples to use 0.17.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dipidoo committed Jun 5, 2024
1 parent 4c596a1 commit d69171c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions samples/kotlin/face/FaceAnalyzerSample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ plugins {
```
* You need to add the following dependencies to apps' build.grade `dependencies` section.
```
implementation "com.azure.ai:azure-ai-vision-common:0.16.3-beta.3"
implementation "com.azure.ai:azure-ai-vision-faceanalyzer:0.16.3-beta.3"
implementation "com.azure.ai:azure-ai-vision-common:0.17.0-beta.1"
implementation "com.azure.ai:azure-ai-vision-faceanalyzer:0.17.0-beta.1"
```
* You need to add repository in the settings.gradle for dependencyResolutionManagement
```
Expand Down
2 changes: 1 addition & 1 deletion samples/kotlin/face/FaceAnalyzerSample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ dependencies {
implementation 'com.google.android.material:material:1.12.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation "androidx.activity:activity-ktx:1.9.0"
implementation "com.azure.ai:azure-ai-vision-faceanalyzer:0.16.3-beta.3"
implementation "com.azure.ai:azure-ai-vision-faceanalyzer:0.17.0-beta.1"
implementation "com.azure.android:azure-core-http-okhttp:1.0.0-beta.14"
}

0 comments on commit d69171c

Please sign in to comment.