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

Commit

Permalink
Merged PR 4703: Upgrade client library version to 1.4.3.
Browse files Browse the repository at this point in the history
Upgrade client library version to 1.4.3.
  • Loading branch information
lebronJ committed Apr 18, 2018
1 parent d999e36 commit 1d56c4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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...
}
Expand Down
2 changes: 1 addition & 1 deletion Sample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

0 comments on commit 1d56c4e

Please sign in to comment.