Error:Cause: com.android.sdklib.repository.FullRevision

来源:互联网 发布:客户无忧软件下载 编辑:程序博客网 时间:2024/05/29 19:21

依赖的仓库地址已修改
这里写图片描述

// Top-level build file where you can add configuration options common to all sub-projects/modules.buildscript {    repositories {        mavenCentral()        maven { url 'https://jitpack.io' }    }    dependencies {        classpath 'com.android.tools.build:gradle:2.2.0-alpha1'        classpath 'com.github.JakeWharton:sdk-manager-plugin:master'//        classpath 'com.jakewharton.sdkmanager:gradle-plugin:0.10.+'        // NOTE: Do not place your application dependencies here; they belong        // in the individual module build.gradle files    }}allprojects {    repositories {        mavenCentral()        maven { url 'https://jitpack.io' }    }}
1 0
原创粉丝点击