From 6dc027fbfcbe7c9cee29a34edbbc3ac259367c54 Mon Sep 17 00:00:00 2001 From: Sanketh Katta Date: Wed, 9 Oct 2019 22:56:21 -0700 Subject: [PATCH] Update README to include the customtabs dependency. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a94455..5f7906d 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,12 @@ The SmartcarAuth Android SDK makes it easy to integrate with Smartcar Connect fr ## Installation -Add `smartcar-auth` to your application's `build.gradle` dependencies: +Add the following to your application's `build.gradle` dependencies: ``` dependencies { implementation "com.smartcar.sdk:smartcar-auth:3.0.0" + implementation 'androidx.browser:browser:1.0.0' } ```