Add: data and domain layers

This commit is contained in:
Carlos Martinez
2021-06-17 11:27:28 -04:00
parent 205de0ef8d
commit 3848ac0519
64 changed files with 211 additions and 648 deletions

View File

@@ -16,7 +16,7 @@ android {
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
buildConfigField "String", "BASE_ENDPOINT", '"http://www.nactem.ac.uk/software/acromine/"'
buildConfigField "String", "BASE_ENDPOINT", '"http://www.nactem.ac.uk"'
}
buildTypes {
@@ -58,5 +58,5 @@ android {
dependencies {
implementation project(":core")
implementation project(":acronyms")
implementation project(':shortform')
}