mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 23:47:02 +05:30
app: switch to accompanist-flowlayout
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
a42012a958
commit
f26e8be3f4
3 changed files with 9 additions and 8 deletions
|
@ -67,8 +67,9 @@ object Dependencies {
|
|||
|
||||
object ThirdParty {
|
||||
|
||||
const val accompanist = "com.google.accompanist:accompanist-coil:0.7.0"
|
||||
const val composeFlowLayout = "com.star-zero:compose-flowlayout:0.0.1"
|
||||
private const val accompanistVersion = "0.7.0"
|
||||
const val accompanistCoil = "com.google.accompanist:accompanist-coil:$accompanistVersion"
|
||||
const val accompanistFlow = "com.google.accompanist:accompanist-flowlayout:$accompanistVersion"
|
||||
const val kamel = "com.alialbaali.kamel:kamel-image:0.2.0"
|
||||
const val pullToRefresh = "com.puculek.pulltorefresh:pull-to-refresh-compose:1.0.1"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue