mirror of
https://github.com/ouchadam/small-talk.git
synced 2024-12-22 07:55:36 +01:00
using screen-state submodule
This commit is contained in:
parent
bb7e8603dc
commit
37ad97c761
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -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")
|
||||
}
|
||||
|
||||
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
1
screen-state
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 4e92f14031cc8be907cba09b3bfc1d9dbd380072
|
@ -7,7 +7,7 @@ dependencyResolutionManagement {
|
||||
}
|
||||
rootProject.name = "SmallTalk"
|
||||
|
||||
includeBuild '../screen-state'
|
||||
includeBuild 'screen-state'
|
||||
|
||||
include ':app'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user