You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-8
Original file line number
Diff line number
Diff line change
@@ -8,17 +8,13 @@ The `ParseUI-Widget` library provides several useful UI widgets which integrate
8
8
9
9
10
10
## 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.
17
13
18
14
```grovvy
19
15
// 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'
22
18
23
19
// Uncomment if using Facebook Login (optional Maven dependency)
0 commit comments