MrGollum
Results
1
comments of
MrGollum
allprojects { repositories { google() mavenCentral() jcenter() maven { url 'https://jitpack.io' } } subprojects { subproject -> configurations.all { resolutionStrategy.eachDependency { details -> if (details.requested.group == 'com.github.barteksc' && details.requested.name ==...