Add: acronyms module

This commit is contained in:
Carlos Martinez
2021-06-15 22:38:58 -04:00
parent f8041b2472
commit 0115216494
26 changed files with 389 additions and 1 deletions

View File

@@ -57,4 +57,5 @@ android {
dependencies {
implementation project(":core")
implementation project(":acronyms")
}