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

Commit 0a9cebf

Browse files
committed
Use JitPack dependency
1 parent 1ba7e4f commit 0a9cebf

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
@@ -19,7 +19,7 @@ dependencies {
1919

2020
api 'se.akerfeldt:okhttp-signpost:1.1.0'
2121

22-
api 'com.parse:parse-android:1.17.3'
22+
api "com.github.parse-community.Parse-SDK-Android:parse:1.18.0"
2323

2424
testImplementation 'junit:junit:4.12'
2525
testImplementation 'org.mockito:mockito-core:1.10.19'

0 commit comments

Comments
 (0)