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