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