mirror of
https://github.com/imcarlost/Acronyms.git
synced 2026-04-10 02:46:53 -04:00
Add: data and domain layers
This commit is contained in:
@@ -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')
|
||||
}
|
||||
Reference in New Issue
Block a user