File tree 1 file changed +3
-2
lines changed 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
2
* File: 'android_project_common.gradle'
3
3
* Location: https://raw.githubusercontent.com/yongce/AndroidLib/master/android_project_common.gradle
4
- * Version: 2020.03.13
4
+ * Version: 2020.03.24
5
5
* All android projects can copy and include this file.
6
6
*/
7
7
87
87
88
88
// network & image
89
89
' okhttp' : " 3.9.0" ,
90
- ' retrofit' : " 2.3.0 " ,
90
+ ' retrofit' : " 2.7.2 " ,
91
91
' glide' : " 4.10.0" ,
92
92
' glideTrans' : " 4.0.0" ,
93
93
@@ -175,6 +175,7 @@ ext {
175
175
' rxjava' : " androidx.room:room-rxjava2:${ versions.room} " ,
176
176
' testing' : " androidx.room:room-testing:${ versions.room} " ,
177
177
' ktx' : " androidx.room:room-ktx:${ versions.room} " ,
178
+ ' coroutines' : " androidx.room:room-coroutines:${ versions.room} " ,
178
179
],
179
180
' sqlite' : [
180
181
' sqlite' : " androidx.sqlite:sqlite:${ versions.sqlite} " ,
You can’t perform that action at this time.
0 commit comments