coil updates
This commit is contained in:
parent
343eb336d2
commit
f1db988a8c
3 changed files with 5 additions and 4 deletions
|
@ -70,7 +70,7 @@ dependencies {
|
|||
implementation(foundationLayout)
|
||||
implementation(material)
|
||||
implementation(navigation)
|
||||
implementation(accompanistCoil)
|
||||
implementation(coilCompose)
|
||||
implementation(accompanistPlaceholder)
|
||||
}
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ object Versions {
|
|||
const val compose = "1.0.1"
|
||||
const val wearCompose = "1.0.0-alpha03"
|
||||
const val navCompose = "2.4.0-alpha04"
|
||||
const val accompanist = "0.15.0"
|
||||
const val accompanist = "0.16.0"
|
||||
|
||||
const val junit = "4.12"
|
||||
const val mockito = "3.11.2"
|
||||
|
@ -95,7 +95,8 @@ object Deps {
|
|||
const val wearFoundation = "androidx.wear.compose:compose-foundation:${Versions.wearCompose}"
|
||||
const val wearMaterial = "androidx.wear.compose:compose-material:${Versions.wearCompose}"
|
||||
|
||||
const val accompanistCoil = "com.google.accompanist:accompanist-coil:${Versions.accompanist}"
|
||||
const val coilCompose = "io.coil-kt:coil-compose:1.3.1"
|
||||
//const val accompanistCoil = "com.google.accompanist:accompanist-coil:${Versions.accompanist}"
|
||||
const val accompanistPlaceholder = "com.google.accompanist:accompanist-placeholder:${Versions.accompanist}"
|
||||
}
|
||||
|
||||
|
|
|
@ -40,7 +40,7 @@ dependencies {
|
|||
with(Deps.Compose) {
|
||||
implementation(wearFoundation)
|
||||
implementation(wearMaterial)
|
||||
implementation(accompanistCoil)
|
||||
implementation(coilCompose)
|
||||
}
|
||||
|
||||
with(Deps.Koin) {
|
||||
|
|
Loading…
Reference in a new issue