Merged PR 4310: Upgrade version in Sample & README.

Upgrade version in Sample & README.
This commit is contained in:
Sean Hu 2018-03-02 07:37:57 +00:00
Родитель b195214070
Коммит a55b5d8c43
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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
//
compile 'com.microsoft.projectoxford:face:1.4.0'
compile 'com.microsoft.projectoxford:face:1.4.1'
// Your other Dependencies...
}

Просмотреть файл

@ -23,7 +23,7 @@ dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
// Use the following line to include client library for Face API from Maven Central Repository
compile 'com.microsoft.projectoxford:face:1.4.0'
compile 'com.microsoft.projectoxford:face:1.4.1'
compile 'com.android.support:appcompat-v7:22.1.0'
compile 'com.google.code.gson:gson:2.8.2'
}