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

Commit e49d5e8

Browse files
authored
Merge pull request #41 from Jawnnypoo/master
Use JitPack dependency
2 parents 69022d8 + 0a9cebf commit e49d5e8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle

+1
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

+1-1
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)