Migrate settings.gradle to kotlin script
This commit is contained in:
parent
079efbedb3
commit
651d3b041c
|
@ -13,4 +13,4 @@ dependencyResolutionManagement {
|
||||||
maven { setUrl("https://jitpack.io") }
|
maven { setUrl("https://jitpack.io") }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
include ':app'
|
include(":app")
|
Loading…
Reference in New Issue