Refactor screen/page navigation + thumbnail list.
This commit is contained in:
parent
5a1ff33a46
commit
0ee7de3cde
44 changed files with 1050 additions and 158 deletions
|
|
@ -77,8 +77,6 @@ android {
|
|||
excludes += '/META-INF/{AL2.0,LGPL2.1}'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
@ -109,6 +107,7 @@ dependencies {
|
|||
// Accompanist
|
||||
implementation "com.google.accompanist:accompanist-systemuicontroller:0.24.3-alpha"
|
||||
implementation "com.google.accompanist:accompanist-insets:0.24.3-alpha"
|
||||
implementation "com.google.accompanist:accompanist-drawablepainter:0.24.3-alpha"
|
||||
|
||||
// Navigation
|
||||
implementation "androidx.navigation:navigation-compose:2.4.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue