Migrate settings.gradle to kotlin script
This commit is contained in:
parent
079efbedb3
commit
651d3b041c
1 changed files with 1 additions and 1 deletions
|
@ -13,4 +13,4 @@ dependencyResolutionManagement {
|
|||
maven { setUrl("https://jitpack.io") }
|
||||
}
|
||||
}
|
||||
include ':app'
|
||||
include(":app")
|
Loading…
Reference in a new issue