Skip to content
This repository was archived by the owner on Nov 8, 2021. It is now read-only.

Commit 1d56c4e

Browse files
committed
Merged PR 4703: Upgrade client library version to 1.4.3.
Upgrade client library version to 1.4.3.
1 parent d999e36 commit 1d56c4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies {
2121
// Use the following line to include client library from Maven Central Repository
2222
// Change the version number with the latest version according to the search.maven.org result
2323
//
24-
implementation 'com.microsoft.projectoxford:face:1.4.2'
24+
implementation 'com.microsoft.projectoxford:face:1.4.3'
2525
2626
// Your other Dependencies...
2727
}

Sample/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies {
2626
// implementation project(':lib')
2727

2828
// Use the following line to include client library for Face API from Maven Central Repository
29-
implementation 'com.microsoft.projectoxford:face:1.4.2'
29+
implementation 'com.microsoft.projectoxford:face:1.4.3'
3030
implementation 'com.android.support:appcompat-v7:22.1.0'
3131
implementation 'com.google.code.gson:gson:2.8.2'
3232
}

0 commit comments

Comments
 (0)