当前位置:   article > 正文

Android Gradle Plugin Version和Gradle Version 对应关系_android gradle plugin version gradle version

android gradle plugin version gradle version

1、gradle插件版本配置位置:

project对应的build.gradle文件中

复制代码

buildscript {
  repositories {
    google()
    jcenter()

  }
  dependencies {
    classpath 'com.android.tools.build:gradle:3.5.0'

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

复制代码

 

2、gradle版本配置位置:

gradle/wrapper/gradle-wrapper.properties文件中

distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip

3、版本对应关系如下

 

官网链接:https://developer.android.google.cn/studio/releases/gradle-plugin

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家小花儿/article/detail/288325
推荐阅读
相关标签
  

闽ICP备14008679号