FtcRobotController v6.0
This commit is contained in:
23
build.gradle
Normal file
23
build.gradle
Normal file
@ -0,0 +1,23 @@
|
||||
/**
|
||||
* Top-level build file for ftc_app project.
|
||||
*
|
||||
* It is extraordinarily rare that you will ever need to edit this file.
|
||||
*/
|
||||
buildscript {
|
||||
repositories {
|
||||
google()
|
||||
jcenter()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:4.0.1'
|
||||
}
|
||||
}
|
||||
|
||||
// This is now required because aapt2 has to be downloaded from the
|
||||
// google() repository beginning with version 3.2 of the Android Gradle Plugin
|
||||
allprojects {
|
||||
repositories {
|
||||
google()
|
||||
jcenter()
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user