mirror of
https://github.com/status-im/go-waku.git
synced 2025-01-12 23:04:45 +00:00
f1f6cb04f0
* feat: kotlin android example * Adding lightpush and store to kotlin example
17 lines
321 B
Groovy
17 lines
321 B
Groovy
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
google()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
dependencyResolutionManagement {
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
rootProject.name = "Waku"
|
|
include ':app'
|