mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-13 02:04:28 +00:00
10 lines
241 B
Groovy
10 lines
241 B
Groovy
|
initscript {
|
||
|
repositories {
|
||
|
gradlePluginPortal()
|
||
|
}
|
||
|
dependencies {
|
||
|
classpath "org.gradle:github-dependency-graph-gradle-plugin:+"
|
||
|
}
|
||
|
}
|
||
|
apply plugin: org.gradle.dependencygraph.simple.SimpleDependencyGraphPlugin
|