glideVersion : “4.11.0”,
okhttpVersion : “3.11.0”,
retrofitVersion : “2.3.0”,
constraintLayoutVersion: “1.1.3”,
gsonVersion : “2.7”,
rxjavaVersion : “2.2.2”,
rxandroidVersion : “2.1.0”,
…省略…
]
dependencies = [
//base
“constraintLayout” : “androidx.constraintlayout:constraintlayout:${version[“constraintLayoutVersion”]}”,
“appcompat” : “androidx.appcompat:appcompat:${version[“appcompatVersion”]}”,
“coreKtx” : “androidx.core:core-ktx:${version[“coreKtxVersion”]}”,
“material” : “com.google.android.material:material:1.2.1”,
//multidex
“multidex” : “com.android.support:multidex:${version[“multidexVersion”]}”,
//okhttp
“okhttp” : “com.squareup.okhttp3:okhttp:${version[“okhttpVersion”]}”,
“logging-interceptor” : “com.squareup.okhttp3:logging-interceptor:${version[“okhttpVersion”]}”,
//retrofit
“retrofit” : “com.squareup.retro