赞
踩
2020-02-08 修改build.gradle配置
- // Top-level build file where you can add configuration options common to all sub-projects/modules.
-
- buildscript {
- repositories {
- google()
- maven{ url 'http://maven.aliyun.com/nexus/content/groups/public/'}
- mavenCentral()
-
- }
- 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
- }
- }
-
- allprojects {
- repositories {
- google()
- maven{ url 'http://maven.aliyun.com/nexus/content/groups/public/'}
- mavenCentral()
-
- }
- }
-
- task clean(type: Delete) {
- delete rootProject.buildDir
- }
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。