using screen-state submodule
This commit is contained in:
parent
bb7e8603dc
commit
37ad97c761
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "screen-state"]
|
||||||
|
path = screen-state
|
||||||
|
url = git@github.com:ouchadam/screen-state.git
|
|
@ -151,12 +151,6 @@ ext.androidImportFixturesWorkaround = { project, fixtures ->
|
||||||
project.dependencies.testImplementation fixtures.files("build/libs/${fixtures.name}.jar")
|
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 = {
|
ext.isFoss = {
|
||||||
return rootProject.hasProperty("foss")
|
return rootProject.hasProperty("foss")
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 4e92f14031cc8be907cba09b3bfc1d9dbd380072
|
|
@ -7,7 +7,7 @@ dependencyResolutionManagement {
|
||||||
}
|
}
|
||||||
rootProject.name = "SmallTalk"
|
rootProject.name = "SmallTalk"
|
||||||
|
|
||||||
includeBuild '../screen-state'
|
includeBuild 'screen-state'
|
||||||
|
|
||||||
include ':app'
|
include ':app'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue