add test libarary as submodule
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -4,3 +4,6 @@
|
||||
[submodule "buildSrc"]
|
||||
path = buildSrc
|
||||
url = https://git.sicampus.ru/core/dependecies.git
|
||||
[submodule "test-lib"]
|
||||
path = testLib
|
||||
url = https://git.sicampus.ru/core/test-lib.git
|
||||
|
||||
@@ -28,4 +28,5 @@ android {
|
||||
|
||||
dependencies {
|
||||
defaultLibrary()
|
||||
androidTestImplementation(project(path = ":test-lib"))
|
||||
}
|
||||
|
||||
@@ -15,3 +15,4 @@ dependencyResolutionManagement {
|
||||
|
||||
rootProject.name = "Work"
|
||||
include(":app")
|
||||
include(":test-lib")
|
||||
|
||||
Reference in New Issue
Block a user