Skip to content

Commit 5a188bb

Browse files
authored
Merge pull request #155 from Jawnnypoo/jitpack
Use JitPack dependencies
2 parents 59dda11 + c79c84c commit 5a188bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ext {
2626
supportLibVersion = "27.1.1"
2727
androidSupport = "com.android.support:support-v4:${supportLibVersion}"
2828

29-
parse = 'com.parse:parse-android:1.17.3'
30-
parseFacebookUtils = 'com.github.parse-community:ParseFacebookUtils-Android:1.11.1'
31-
parseTwitterUtils = 'com.github.parse-community:ParseTwitterUtils-Android:1.11.1'
29+
parse = "com.github.parse-community.Parse-SDK-Android:parse:1.18.0"
30+
parseFacebookUtils = 'com.github.parse-community:ParseFacebookUtils-Android:1.12.0'
31+
parseTwitterUtils = 'com.github.parse-community:ParseTwitterUtils-Android:1.12.0'
3232
}

0 commit comments

Comments
 (0)