博客园站长
这是人类成长进步中记录的每一时刻
buildscript {
 
repositories {
 
jcenter()
 
}
 
dependencies {
 
classpath 'com.android.tools.build:gradle:2.3.3' //这里gradle版本改成你自己的版本
 
 
 
// NOTE: Do not place your application dependencies here; they belong
 
// in the individual module build.gradle files
 
}

}

  

posted on 2018-09-29 16:27  dm3344  阅读(283)  评论(0编辑  收藏  举报