Timeline: quick implementation of reactions (without interactions)

This commit is contained in:
ganfra 2022-11-09 19:36:12 +01:00
parent 3e2b13fb04
commit 9c044c7d1d
7 changed files with 102 additions and 12 deletions

View file

@ -14,6 +14,7 @@ dependencies {
implementation(libs.mavericks.compose)
implementation(libs.timber)
implementation(libs.datetime)
implementation(libs.accompanist.flowlayout)
testImplementation("junit:junit:4.13.2")
androidTestImplementation("androidx.test.ext:junit:1.1.3")
androidTestImplementation("androidx.test.espresso:espresso-core:3.4.0")