ERROR: Failed to resolve: com.gi
2019-02-20 本文已影响0人
OK2018
解决方法,按照https://github.com/Yalantis/uCrop/issues/309
hello,
Did you add "maven { url "https://jitpack.io" }" within build.gradle?
allprojects {
repositories {
jcenter()
maven { url "https://jitpack.io" }
}
}