update submodule location

This commit is contained in:
2024-05-17 03:17:19 +07:00
parent 22a9d260eb
commit 645da18ee0
4 changed files with 3 additions and 3 deletions

2
.gitmodules vendored
View File

@@ -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

View File

@@ -28,5 +28,5 @@ android {
dependencies { dependencies {
defaultLibrary() defaultLibrary()
androidTestImplementation(project(path = ":test-lib")) androidTestImplementation(project(path = ":testLib"))
} }

View File

@@ -15,4 +15,4 @@ dependencyResolutionManagement {
rootProject.name = "Work" rootProject.name = "Work"
include(":app") include(":app")
include(":test-lib") include(":testLib")

View File