1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
// Add any additional repositories for your dependencies here repositories { maven { name = "ic2" url = "https://maven.ic2.player.to/" metadataSources { mavenPom() artifact() } } maven { url = "https://jitpack.io" } }