This commit is contained in:
Milos Kozak 2021-11-04 12:20:48 +01:00
commit 40e034d65a
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@ buildscript {
dexmakerVersion = "1.2"
retrofit2Version = '2.9.0'
okhttp3Version = '4.9.0'
byteBuddyVersion = '1.11.21'
byteBuddyVersion = '1.11.22'
androidx_junit = '1.1.2'
androidx_rules = '1.4.0-alpha04'

View file

@ -25,7 +25,7 @@ dependencies {
implementation "io.reactivex.rxjava2:rxandroid:$rxandroid_version"
implementation("io.reactivex.rxjava2:rxkotlin:$rxkotlin_version")
implementation "com.google.code.gson:gson:2.8.8"
implementation "com.google.code.gson:gson:2.8.9"
api "androidx.room:room-runtime:$room_version"
kapt "androidx.room:room-compiler:$room_version"