Timeline: first version of diff/cache

This commit is contained in:
ganfra 2022-12-06 13:17:33 +01:00
parent e10c94b654
commit 81d2ca02c2
6 changed files with 157 additions and 28 deletions

View file

@ -18,6 +18,7 @@ dependencies {
implementation(libs.timber)
implementation(libs.datetime)
implementation(libs.accompanist.flowlayout)
implementation(libs.androidx.recyclerview)
implementation("org.jsoup:jsoup:1.15.3")
testImplementation("junit:junit:4.13.2")
androidTestImplementation("androidx.test.ext:junit:1.1.3")