|
|
|
|
@ -26,6 +26,7 @@ pluginManagement {
|
|
|
|
|
}
|
|
|
|
|
mavenCentral()
|
|
|
|
|
gradlePluginPortal()
|
|
|
|
|
maven("https://central.sonatype.com/repository/maven-snapshots/") { mavenContent { snapshotsOnly() }}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@ -40,6 +41,7 @@ dependencyResolutionManagement {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
mavenCentral()
|
|
|
|
|
maven("https://central.sonatype.com/repository/maven-snapshots/") { mavenContent { snapshotsOnly() }}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
rootProject.name = "nowinandroid"
|
|
|
|
|
|