add test libarary as submodule

This commit is contained in:
2024-05-15 10:30:54 +07:00
parent 669f97b566
commit e59255f6f6
3 changed files with 5 additions and 0 deletions
+3
View File
@@ -4,3 +4,6 @@
[submodule "buildSrc"] [submodule "buildSrc"]
path = buildSrc path = buildSrc
url = https://git.sicampus.ru/core/dependecies.git url = https://git.sicampus.ru/core/dependecies.git
[submodule "test-lib"]
path = testLib
url = https://git.sicampus.ru/core/test-lib.git
+1
View File
@@ -28,4 +28,5 @@ android {
dependencies { dependencies {
defaultLibrary() defaultLibrary()
androidTestImplementation(project(path = ":test-lib"))
} }
+1
View File
@@ -15,3 +15,4 @@ dependencyResolutionManagement {
rootProject.name = "Work" rootProject.name = "Work"
include(":app") include(":app")
include(":test-lib")