gradle 2.3.0
- 作者: 砒霜凉拌粉丝
- 来源: 51数据库
- 2020-09-23
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
gradle会自动检查更新的,他提示更新你更新就行
目前我的是2.1版
可以在studio 的最下面的terminal标签,输入gradle --version查看你的当前版本
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
gradle会自动检查更新的,他提示更新你更新就行
目前我的是2.1版
可以在studio 的最下面的terminal标签,输入gradle --version查看你的当前版本
推荐阅读
