Skip to content

Commit 1e6bead

Browse files
committed
Update Parse to 1.10.1 and revise path for ParseLoginUI gradle
1 parent 02aea8a commit 1e6bead

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

ParseLoginUI/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
apply plugin: 'android-library'
22

33
dependencies {
4-
compile rootProject.ext.bolts
5-
compile rootProject.ext.androidSupport
6-
compile rootProject.ext.parse
4+
compile 'com.parse.bolts:bolts-android:1.2.1'
5+
compile 'com.android.support:support-v4:22.0.0'
6+
compile 'com.parse:parse-android:1.10.1'
77

8-
provided rootProject.ext.facebookSDK
9-
provided files("$rootProject.projectDir/ParseLoginUI/libs/ParseFacebookUtilsV4-1.10.0.jar")
10-
provided files("$rootProject.projectDir/ParseLoginUI/libs/ParseTwitterUtils-1.10.0.jar")
8+
provided 'com.facebook.android:facebook-android-sdk:4.0.1'
9+
provided files("$rootProject.projectDir/ParseLoginUI/libs/ParseFacebookUtilsV4-1.10.1.jar")
10+
provided files("$rootProject.projectDir/ParseLoginUI/libs/ParseTwitterUtils-1.10.1.jar")
1111

1212
androidTestCompile 'com.google.dexmaker:dexmaker:1.2'
1313
androidTestCompile 'com.google.dexmaker:dexmaker-mockito:1.2'

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ ext {
2323

2424
facebookSDK = 'com.facebook.android:facebook-android-sdk:4.0.1'
2525
androidSupport = 'com.android.support:support-v4:22.0.0'
26-
bolts = 'com.parse.bolts:bolts-android:1.2.0'
27-
parse = 'com.parse:parse-android:1.10.0'
28-
parseFacebookUtilsPath = "$rootProject.projectDir/ParseLoginUI/libs/ParseFacebookUtilsV4-1.10.0.jar"
29-
parseTwitterUtilsPath = "$rootProject.projectDir/ParseLoginUI/libs/ParseTwitterUtils-1.10.0.jar"
26+
bolts = 'com.parse.bolts:bolts-android:1.2.1'
27+
parse = 'com.parse:parse-android:1.10.1'
28+
parseFacebookUtilsPath = "$rootProject.projectDir/ParseLoginUI/libs/ParseFacebookUtilsV4-1.10.1.jar"
29+
parseTwitterUtilsPath = "$rootProject.projectDir/ParseLoginUI/libs/ParseTwitterUtils-1.10.1.jar"
3030
}

0 commit comments

Comments
 (0)