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