app: switch to accompanist-flowlayout

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-03-25 03:23:54 +05:30
parent a42012a958
commit f26e8be3f4
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
3 changed files with 9 additions and 8 deletions

View file

@ -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"