android studio 用gradle设置了多个版本,怎么调试不同版本

发布网友 发布时间:2022-04-24 02:34

我来回答

1个回答

热心网友 时间:2023-10-22 06:37

// Top-level build file where you can add configuration options common to all sub-projects/moles.

buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.0.0-beta5'

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

allprojects {
repositories {
jcenter()
}
}

热心网友 时间:2023-10-22 06:37

// Top-level build file where you can add configuration options common to all sub-projects/moles.

buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.0.0-beta5'

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

allprojects {
repositories {
jcenter()
}
}

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com