File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
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} " ,
You can’t perform that action at this time.
0 commit comments