mirror of
https://github.com/trc492/FtcTemplate.git
synced 2025-07-01 21:11:23 -07:00
Removed the fork relationship from FTC SDK so that people can fork this repo without problem if they already had an FTC SDK fork.
This commit is contained in:
29
build.gradle
Normal file
29
build.gradle
Normal file
@ -0,0 +1,29 @@
|
||||
/**
|
||||
* Top-level build file for ftc_app project.
|
||||
*
|
||||
* It is extraordinarily rare that you will ever need to edit this file.
|
||||
*/
|
||||
|
||||
buildscript {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
google()
|
||||
}
|
||||
dependencies {
|
||||
// Note for FTC Teams: Do not modify this yourself.
|
||||
classpath 'com.android.tools.build:gradle:7.2.0'
|
||||
}
|
||||
}
|
||||
|
||||
// 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 {
|
||||
mavenCentral()
|
||||
google()
|
||||
}
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
Reference in New Issue
Block a user