We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5397a09 commit 45806dfCopy full SHA for 45806df
Parse/build.gradle
@@ -38,7 +38,7 @@ android {
38
}
39
40
ext {
41
- okhttpVersion = '3.9.1'
+ okhttpVersion = '3.10.0'
42
43
44
dependencies {
build.gradle
@@ -28,8 +28,8 @@ ext {
28
29
commonLibVersion = "1.17.0-SNAPSHOT"
30
31
- supportLibVersion = '27.1.0'
32
- googleLibVersion = '12.0.1'
+ supportLibVersion = '27.1.1'
+ googleLibVersion = '15.0.0'
33
firebaseJobdispatcherVersion = '0.8.5'
34
35
minSdkVersion = 14
0 commit comments