Update kotlin, room, okhttp

This commit is contained in:
tzugen 2021-04-19 11:59:47 +02:00
parent b5806cbbbf
commit f1ce568b5e
No known key found for this signature in database
GPG Key ID: 61E9C34BC10EC930
1 changed files with 3 additions and 3 deletions

View File

@ -17,14 +17,14 @@ ext.versions = [
androidSupportDesign : "1.2.1",
constraintLayout : "2.0.1",
multidex : "2.0.1",
room : "2.2.5",
kotlin : "1.3.72",
room : "2.2.6",
kotlin : "1.4.32",
kotlinxCoroutines : "1.3.9",
viewModelKtx : "2.2.0",
retrofit : "2.4.0",
jackson : "2.9.5",
okhttp : "3.10.0",
okhttp : "3.14.9",
semver : "1.0.0",
twitterSerial : "0.1.6",
koin : "2.2.2",