Skip to content

Commit 95af404

Browse files
committed
repo update
1 parent b8bf752 commit 95af404

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ dependencies {
3737
implementation 'com.android.support:cardview-v7:27.1.1'
3838
implementation 'com.android.support:gridlayout-v7:27.1.1'
3939

40-
implementation 'com.google.code.gson:gson:2.8.1'
40+
implementation 'com.google.code.gson:gson:2.8.2'
4141
implementation 'com.squareup.retrofit2:retrofit:2.3.0'
4242
implementation 'com.squareup.retrofit2:converter-gson:2.3.0'
43-
implementation 'com.squareup.okhttp3:okhttp:3.9.1'
43+
implementation 'com.squareup.okhttp3:okhttp:3.10.0'
4444
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
jcenter()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:3.1.2'
9+
classpath 'com.android.tools.build:gradle:3.2.0-beta05'
1010

1111
// NOTE: Do not place your application dependencies here; they belong
1212
// in the individual module build.gradle files
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Tue Jan 16 11:27:13 HKT 2018
1+
#Tue Jul 31 14:26:06 CST 2018
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip

0 commit comments

Comments
 (0)