Skip to content
This repository was archived by the owner on Feb 14, 2020. It is now read-only.

Commit ad856ae

Browse files
authored
Merge pull request #43 from Jawnnypoo/jitpack
Use JitPack dependency
2 parents aee95ea + 4e9b1c2 commit ad856ae

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ allprojects {
1818
repositories {
1919
google()
2020
jcenter()
21+
maven { url "https://jitpack.io" }
2122
}
2223
}
2324

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ android {
1212
}
1313

1414
dependencies {
15-
api 'com.parse:parse-android:1.17.3'
15+
api "com.github.parse-community.Parse-SDK-Android:parse:1.18.0"
1616

1717
api 'com.facebook.android:facebook-android-sdk:4.34.0'
1818

0 commit comments

Comments
 (0)