Add preview animations for layout preference

This commit is contained in:
MM20
2022-05-15 23:12:54 +02:00
parent ec4fe2acc3
commit 261e91f443
7 changed files with 5815 additions and 23 deletions

View File

@@ -379,6 +379,10 @@ dependencyResolutionManagement {
alias("tinypinyin")
.to("com.github.promeg", "tinypinyin")
.version("2.0.2")
alias("lottie")
.to("com.airbnb.android", "lottie-compose")
.version("5.0.3")
}
}
}