Update dependencies
This commit is contained in:
parent
52085af6d1
commit
781b9ec61f
2 changed files with 3 additions and 5 deletions
|
@ -137,9 +137,7 @@ dependencies {
|
|||
|
||||
implementation 'com.afollestad:material-cab:2.0.1'
|
||||
|
||||
def kotlin_coroutines_version = '1.6.3'
|
||||
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlin_coroutines_version"
|
||||
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlin_coroutines_version"
|
||||
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4"
|
||||
|
||||
def koin_version = '3.2.0'
|
||||
implementation "io.insert-koin:koin-core:$koin_version"
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
buildscript {
|
||||
ext {
|
||||
lifecycle_version='2.5.0-rc02'
|
||||
navigation_version = '2.5.0-rc02'
|
||||
lifecycle_version='2.5.0'
|
||||
navigation_version = '2.5.0'
|
||||
mdc_version = '1.7.0-alpha02'
|
||||
preference_version = '1.2.0'
|
||||
appcompat_version = '1.4.2'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue