build.gradle
@@ -7,7 +7,8 @@ ext.retrofit_version = '2.3.0' repositories { google() jcenter() mavenCentral() maven { url 'https://maven.aliyun.com/repository/jcenter/' } maven { url 'https://jitpack.io' } } dependencies { @@ -22,7 +23,8 @@ allprojects { repositories { google() jcenter() mavenCentral() maven { url 'https://maven.aliyun.com/repository/jcenter/' } maven { url 'https://jitpack.io' } // 支付宝 SDK AAR 包所需的配置 flatDir {