Updated on 2026-08-14
This commit is contained in:
parent
59daa44548
commit
6465307d0a
19 changed files with 1499 additions and 303 deletions
|
|
@ -52,4 +52,9 @@ dependencies {
|
|||
api(deps.jodatime)
|
||||
implementation(deps.timber)
|
||||
implementation(deps.markdown)
|
||||
|
||||
/** Tests */
|
||||
testImplementation(deps.test.junit)
|
||||
testImplementation(deps.test.mockk)
|
||||
testImplementation(deps.test.truth)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue