可以换个maven库:
allprojects { repositories { jcenter() //maven { url "https://jitpack.io" } maven { url 'https://maven.google.com'//改为此库 } }}