From 195fd4997b1a695b91b25fd3f10b67a1a62e18b9 Mon Sep 17 00:00:00 2001 From: wangmengyan95 Date: Wed, 11 Nov 2015 11:25:19 -0800 Subject: [PATCH] Update README --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 42310dc..0b8ed7e 100644 --- a/README.md +++ b/README.md @@ -8,17 +8,13 @@ The `ParseUI-Widget` library provides several useful UI widgets which integrate ## Import to your project -1. Clone this repository onto your machine. -2. Configure Parse SDK by following this [tutorial](https://www.parse.com/apps/quickstart#parse_data/mobile/android/native/existing). -3. Import `ParseUI-Login` and `ParseUI-Widget` as modules into your app's Android Studio Project - * File > Import Module in Android Studio - * In the New Module pop-up, set the source directory to the `ParseUI-Android/ParseUI-Login` and `ParseUI-Android/ParseUI-Widget` folder within the cloned repo. -4. Add the following to the `dependencies` section of your app's build.gradle. +1. Configure Parse SDK by following this [tutorial](https://www.parse.com/apps/quickstart#parse_data/mobile/android/native/existing). +2. Add the following to the `dependencies` section of your app's build.gradle. ```grovvy // Module dependency on ParseUI libraries sources - compile project(':ParseUI-Login') - compile project(':ParseUI-Widget') + compile 'com.parse:parseui-login-android:0.0.1' + compile 'com.parse:parseui-widget-android:0.0.1' // Uncomment if using Facebook Login (optional Maven dependency) // compile 'com.facebook.android:facebook-android-sdk:4.6.0'