Browse Source

update kotlin coroutines to 1.6.4 (#2648)

pull/2653/head
Konrad Pozniak 4 years ago committed by GitHub
parent
commit
1c11671f3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/build.gradle

2
app/build.gradle

@ -92,7 +92,7 @@ android {
}
}
ext.coroutinesVersion = "1.6.1"
ext.coroutinesVersion = "1.6.4"
ext.lifecycleVersion = "2.5.1"
ext.roomVersion = '2.4.3'
ext.retrofitVersion = '2.9.0'

Loading…
Cancel
Save