File tree Expand file tree Collapse file tree 10 files changed +22
-22
lines changed
ParseLoginSampleCodeCustomization
ParseLoginSampleLayoutOverride
ParseLoginSampleWithDispatchActivity Expand file tree Collapse file tree 10 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ dependencies {
6
6
compile project(' :ParseUI-Login' )
7
7
compile rootProject. ext. androidSupport
8
8
compile rootProject. ext. parse
9
- compile files( rootProject. ext. parseFacebookUtilsPath)
10
- compile files( rootProject. ext. parseTwitterUtilsPath)
9
+ compile rootProject. ext. parseFacebookUtils
10
+ compile rootProject. ext. parseTwitterUtils
11
11
}
12
12
13
13
android {
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ dependencies {
6
6
compile project(' :ParseUI-Login' )
7
7
compile rootProject. ext. androidSupport
8
8
compile rootProject. ext. parse
9
- compile files( rootProject. ext. parseFacebookUtilsPath)
10
- compile files( rootProject. ext. parseTwitterUtilsPath)
9
+ compile rootProject. ext. parseFacebookUtils
10
+ compile rootProject. ext. parseTwitterUtils
11
11
}
12
12
13
13
android {
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ dependencies {
6
6
compile project(' :ParseUI-Login' )
7
7
compile rootProject. ext. androidSupport
8
8
compile rootProject. ext. parse
9
- compile files( rootProject. ext. parseFacebookUtilsPath)
10
- compile files( rootProject. ext. parseTwitterUtilsPath)
9
+ compile rootProject. ext. parseFacebookUtils
10
+ compile rootProject. ext. parseTwitterUtils
11
11
}
12
12
13
13
android {
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ dependencies {
6
6
compile project(' :ParseUI-Login' )
7
7
compile rootProject. ext. androidSupport
8
8
compile rootProject. ext. parse
9
- compile files( rootProject. ext. parseFacebookUtilsPath)
10
- compile files( rootProject. ext. parseTwitterUtilsPath)
9
+ compile rootProject. ext. parseFacebookUtils
10
+ compile rootProject. ext. parseTwitterUtils
11
11
}
12
12
13
13
android {
Original file line number Diff line number Diff line change 22
22
apply plugin : ' android-library'
23
23
24
24
dependencies {
25
- compile ' com.android.support:support-v4:22 .0.0 '
26
- compile ' com.parse:parse-android:1.10.1 '
25
+ compile ' com.android.support:support-v4:23 .0.1 '
26
+ compile ' com.parse:parse-android:1.10.3 '
27
27
28
- provided ' com.facebook.android:facebook-android-sdk:4.0.1 '
29
- provided files( " $r ootProject . projectDir /ParseUI-Login/libs/ParseFacebookUtilsV4- 1.10.1.jar " )
30
- provided files( " $r ootProject . projectDir /ParseUI-Login/libs/ParseTwitterUtils- 1.10.1.jar " )
28
+ provided ' com.facebook.android:facebook-android-sdk:4.4.0 '
29
+ provided ' com.parse:parsefacebookutils-v4-android: 1.10.3@aar '
30
+ provided ' com.parse:parsetwitterutils-android: 1.10.3 '
31
31
}
32
32
33
33
android {
Original file line number Diff line number Diff line change 21
21
apply plugin : ' com.android.library'
22
22
23
23
dependencies {
24
- compile ' com.parse:parse-android:1.10.1 '
24
+ compile ' com.parse:parse-android:1.10.3 '
25
25
26
26
androidTestCompile ' com.google.dexmaker:dexmaker:1.2'
27
27
androidTestCompile ' com.google.dexmaker:dexmaker-mockito:1.2'
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ The `ParseUI-Widget` library provides several useful UI widgets which integrate
21
21
compile project(':ParseUI-Widget')
22
22
23
23
// Uncomment if using Facebook Login (optional Maven dependency)
24
- // compile 'com.facebook.android:facebook-android-sdk:4.0.1 '
25
- // compile files('YOUR_PROJECT_LIBS_PATH/ParseFacebookUtilsV4- 1.10.0.jar')
24
+ // compile 'com.facebook.android:facebook-android-sdk:4.6.0 '
25
+ // compile 'com.parse:parsefacebookutils-v4-android: 1.10.3@aar'
26
26
```
27
27
28
28
## Usage
Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ ext {
18
18
compileSdkVersion = 21
19
19
buildToolsVersion = " 21.1.1"
20
20
21
- minSdkVersion = 9
21
+ minSdkVersion = 15
22
22
targetSdkVersion = 21
23
23
24
- facebookSDK = ' com.facebook.android:facebook-android-sdk:4.0.1 '
25
- androidSupport = ' com.android.support:support-v4:22 .0.0 '
24
+ facebookSDK = ' com.facebook.android:facebook-android-sdk:4.6.0 '
25
+ androidSupport = ' com.android.support:support-v4:23 .0.1 '
26
26
bolts = ' com.parse.bolts:bolts-android:1.2.1'
27
- parse = ' com.parse:parse-android:1.10.1 '
28
- parseFacebookUtilsPath = " $r ootProject . projectDir /ParseUI-Login/libs/ParseFacebookUtilsV4- 1.10.1.jar "
29
- parseTwitterUtilsPath = " $r ootProject . projectDir /ParseUI-Login/libs/ParseTwitterUtils- 1.10.1.jar "
27
+ parse = ' com.parse:parse-android:1.10.3 '
28
+ parseFacebookUtils = ' com.parse:parsefacebookutils-v4-android: 1.10.3@aar '
29
+ parseTwitterUtils = ' com.parse:parsetwitterutils-android: 1.10.3 '
30
30
}
You can’t perform that action at this time.
0 commit comments