Skip to content

Commit

Permalink
Merge pull request #91 from ParsePlatform/wangmengyan.update_README_f…
Browse files Browse the repository at this point in the history
…or_opensource

Update README to use open source dependencies
  • Loading branch information
wangmengyan95 committed Nov 11, 2015
2 parents fd3d228 + 195fd49 commit ea5f7eb
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit ea5f7eb

Please sign in to comment.