diff --git a/README.md b/README.md index 5bb024c..7afbc39 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ dependencies { // Use the following line to include client library from Maven Central Repository // Change the version number with the latest version according to the search.maven.org result // - implementation 'com.microsoft.projectoxford:face:1.4.2' + implementation 'com.microsoft.projectoxford:face:1.4.3' // Your other Dependencies... } diff --git a/Sample/app/build.gradle b/Sample/app/build.gradle index d8c8bee..9e6e183 100644 --- a/Sample/app/build.gradle +++ b/Sample/app/build.gradle @@ -26,7 +26,7 @@ dependencies { // implementation project(':lib') // Use the following line to include client library for Face API from Maven Central Repository - implementation 'com.microsoft.projectoxford:face:1.4.2' + implementation 'com.microsoft.projectoxford:face:1.4.3' implementation 'com.android.support:appcompat-v7:22.1.0' implementation 'com.google.code.gson:gson:2.8.2' }