Update accompagnist to 0.30.1

This commit is contained in:
Thomas Andres Gomez 2023-04-06 17:37:29 +02:00
parent 406e1f67d5
commit 9d79ef49ec

View file

@ -119,14 +119,12 @@ dependencies {
kapt "com.google.dagger:hilt-compiler:2.43.2" kapt "com.google.dagger:hilt-compiler:2.43.2"
// Accompanist // Accompanist
implementation "com.google.accompanist:accompanist-navigation-material:0.26.5-rc" implementation "com.google.accompanist:accompanist-navigation-material:0.30.1"
implementation "com.google.accompanist:accompanist-systemuicontroller:0.26.5-rc" implementation "com.google.accompanist:accompanist-systemuicontroller:0.30.1"
implementation "com.google.accompanist:accompanist-pager-indicators:0.26.5-rc" implementation "com.google.accompanist:accompanist-pager-indicators:0.30.1"
implementation "com.google.accompanist:accompanist-drawablepainter:0.26.5-rc" implementation "com.google.accompanist:accompanist-drawablepainter:0.30.1"
implementation "com.google.accompanist:accompanist-insets:0.26.5-rc" implementation "com.google.accompanist:accompanist-placeholder-material:0.30.1"
implementation "com.google.accompanist:accompanist-pager:0.26.5-rc" implementation "com.google.accompanist:accompanist-swiperefresh:0.30.1"
implementation "com.google.accompanist:accompanist-placeholder-material:0.26.5-rc"
implementation "com.google.accompanist:accompanist-swiperefresh:0.26.5-rc"
// Landscapist // Landscapist
implementation "com.github.skydoves:landscapist-glide:1.5.2" implementation "com.github.skydoves:landscapist-glide:1.5.2"