Skip to content

Commit 796ddf0

Browse files
committed
Update Retrofit and Room to support Kotlin coroutinues
1 parent 020c951 commit 796ddf0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

android_project_common.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* File: 'android_project_common.gradle'
33
* Location: https://raw.githubusercontent.com/yongce/AndroidLib/master/android_project_common.gradle
4-
* Version: 2020.03.13
4+
* Version: 2020.03.24
55
* All android projects can copy and include this file.
66
*/
77

@@ -87,7 +87,7 @@ ext {
8787

8888
// network & image
8989
'okhttp' : "3.9.0",
90-
'retrofit' : "2.3.0",
90+
'retrofit' : "2.7.2",
9191
'glide' : "4.10.0",
9292
'glideTrans' : "4.0.0",
9393

@@ -175,6 +175,7 @@ ext {
175175
'rxjava' : "androidx.room:room-rxjava2:${versions.room}",
176176
'testing' : "androidx.room:room-testing:${versions.room}",
177177
'ktx' : "androidx.room:room-ktx:${versions.room}",
178+
'coroutines' : "androidx.room:room-coroutines:${versions.room}",
178179
],
179180
'sqlite': [
180181
'sqlite' : "androidx.sqlite:sqlite:${versions.sqlite}",

0 commit comments

Comments
 (0)