Skip to content

Commit 45806df

Browse files
committed
Update Google services version and OkHttp version
1 parent 5397a09 commit 45806df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Parse/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ android {
3838
}
3939

4040
ext {
41-
okhttpVersion = '3.9.1'
41+
okhttpVersion = '3.10.0'
4242
}
4343

4444
dependencies {

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ ext {
2828

2929
commonLibVersion = "1.17.0-SNAPSHOT"
3030

31-
supportLibVersion = '27.1.0'
32-
googleLibVersion = '12.0.1'
31+
supportLibVersion = '27.1.1'
32+
googleLibVersion = '15.0.0'
3333
firebaseJobdispatcherVersion = '0.8.5'
3434

3535
minSdkVersion = 14

0 commit comments

Comments
 (0)