美文网首页
Plugin with id 'com.github

Plugin with id 'com.github

作者: 若兮生生 | 来源:发表于2016-12-06 13:20 被阅读50次
  在工程gradle的依赖里面添加就好。

classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.2'

buildscript {
    repositories {
        jcenter()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:2.1.2'
        classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
        classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.2'

        // NOTE: Do not place your application dependencies here; they belong
        // in the individual module build.gradle files
    }
}

相关文章

网友评论

      本文标题: Plugin with id 'com.github

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