Skip to content

Commit ea5f7eb

Browse files
committed
Merge pull request #91 from ParsePlatform/wangmengyan.update_README_for_opensource
Update README to use open source dependencies
2 parents fd3d228 + 195fd49 commit ea5f7eb

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

+4-8
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,13 @@ The `ParseUI-Widget` library provides several useful UI widgets which integrate
88

99

1010
## Import to your project
11-
1. Clone this repository onto your machine.
12-
2. Configure Parse SDK by following this [tutorial](https://www.parse.com/apps/quickstart#parse_data/mobile/android/native/existing).
13-
3. Import `ParseUI-Login` and `ParseUI-Widget` as modules into your app's Android Studio Project
14-
* File > Import Module in Android Studio
15-
* 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.
16-
4. Add the following to the `dependencies` section of your app's build.gradle.
11+
1. Configure Parse SDK by following this [tutorial](https://www.parse.com/apps/quickstart#parse_data/mobile/android/native/existing).
12+
2. Add the following to the `dependencies` section of your app's build.gradle.
1713

1814
```grovvy
1915
// Module dependency on ParseUI libraries sources
20-
compile project(':ParseUI-Login')
21-
compile project(':ParseUI-Widget')
16+
compile 'com.parse:parseui-login-android:0.0.1'
17+
compile 'com.parse:parseui-widget-android:0.0.1'
2218
2319
// Uncomment if using Facebook Login (optional Maven dependency)
2420
// compile 'com.facebook.android:facebook-android-sdk:4.6.0'

0 commit comments

Comments
 (0)