【发布时间】:2021-11-12 18:00:04
【问题描述】:
在这里对不起新手 我想使用 TextFieldBoxes
安装需要找:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
为什么我找不到 allproject,这里是我的 build.gradle:
buildscript {
repositories {
google()
mavenCentral()
}
dependencies {
classpath "com.android.tools.build:gradle:7.0.2"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
帮助:D
【问题讨论】: