using screen-state submodule

This commit is contained in:
Adam Brown 2022-11-28 19:03:43 +00:00
parent bb7e8603dc
commit 37ad97c761
4 changed files with 5 additions and 7 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "screen-state"]
path = screen-state
url = git@github.com:ouchadam/screen-state.git

View File

@ -151,12 +151,6 @@ ext.androidImportFixturesWorkaround = { project, fixtures ->
project.dependencies.testImplementation fixtures.files("build/libs/${fixtures.name}.jar")
}
ext.androidImportCompositeFixturesWorkaround = { project, fixtures ->
project.dependencies.testImplementation(project.dependencies.testFixtures(fixtures))
project.dependencies.testImplementation fixtures.files("build/libs/${fixtures.name}-test-fixtures.jar")
project.dependencies.testImplementation fixtures.files("build/libs/${fixtures.name}.jar")
}
ext.isFoss = {
return rootProject.hasProperty("foss")
}

1
screen-state Submodule

@ -0,0 +1 @@
Subproject commit 4e92f14031cc8be907cba09b3bfc1d9dbd380072

View File

@ -7,7 +7,7 @@ dependencyResolutionManagement {
}
rootProject.name = "SmallTalk"
includeBuild '../screen-state'
includeBuild 'screen-state'
include ':app'