From 84460d92c3ae0dbbc77d2c945bc3b6859fda71ed Mon Sep 17 00:00:00 2001 From: Roger Hu Date: Mon, 8 May 2017 21:22:53 -0700 Subject: [PATCH] Update README.md Should be 1.2.3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fea38c8..ca75014 100755 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Next, add this line to your `app/build.gradle` file: ```gradle dependencies { - compile 'com.codepath.libraries:android-oauth-handler:1.1.3' + compile 'com.codepath.libraries:android-oauth-handler:1.2.3' } ```