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

Commit

Permalink
Merge pull request #43 from Jawnnypoo/jitpack
Browse files Browse the repository at this point in the history
Use JitPack dependency
  • Loading branch information
Jawnnypoo committed Jul 23, 2018
2 parents aee95ea + 4e9b1c2 commit ad856ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Expand Up @@ -18,6 +18,7 @@ allprojects {
repositories {
google()
jcenter()
maven { url "https://jitpack.io" }
}
}

Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Expand Up @@ -12,7 +12,7 @@ android {
}

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

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

Expand Down

0 comments on commit ad856ae

Please sign in to comment.