美文网首页
有个库要在jcenter()下才可以导入的我的项目mavenCe

有个库要在jcenter()下才可以导入的我的项目mavenCe

作者: 天蚕宝宝 | 来源:发表于2017-04-19 15:06 被阅读0次

    buildscript {

    repositories {

    jcenter()

    mavenCentral()

    }

    dependencies {

    classpath'com.android.tools.build:gradle:1.0.0'

    }

    }

    allprojects {

    repositories {

    jcenter()

    mavenCentral()

    }

    }

    相关文章

      网友评论

          本文标题:有个库要在jcenter()下才可以导入的我的项目mavenCe

          本文链接:https://www.haomeiwen.com/subject/gcqhzttx.html