能夠換個maven庫:maven
allprojects { repositories { jcenter() //maven { url "https://jitpack.io" } maven { url 'https://maven.google.com'//改成此庫 } }}