From 8f3358ee25182769e43de0d0c601b806d30e651a Mon Sep 17 00:00:00 2001 From: Doilio Matsinhe <38020305+doilio@users.noreply.github.com> Date: Thu, 4 Oct 2018 11:54:43 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bbf540..717da8c 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ dependencies { // Use the following line to include client library from Maven Central Repository // Change the version number from the search.maven.org result // - compile 'com.microsoft.cognitive:speakerrecognition:1.0.0' + implementation 'com.microsoft.cognitive:speakerrecognition:1.0.0' // Your other Dependencies... }