Downgraded AGP to a compatible version
This commit is contained in:
@ -6,14 +6,14 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'org.firstinspires.ftc:Inspection:10.1.1'
|
implementation 'org.firstinspires.ftc:Inspection:10.1.0'
|
||||||
implementation 'org.firstinspires.ftc:Blocks:10.1.1'
|
implementation 'org.firstinspires.ftc:Blocks:10.1.0'
|
||||||
implementation 'org.firstinspires.ftc:RobotCore:10.1.1'
|
implementation 'org.firstinspires.ftc:RobotCore:10.1.0'
|
||||||
implementation 'org.firstinspires.ftc:RobotServer:10.1.1'
|
implementation 'org.firstinspires.ftc:RobotServer:10.1.0'
|
||||||
implementation 'org.firstinspires.ftc:OnBotJava:10.1.1'
|
implementation 'org.firstinspires.ftc:OnBotJava:10.1.0'
|
||||||
implementation 'org.firstinspires.ftc:Hardware:10.1.1'
|
implementation 'org.firstinspires.ftc:Hardware:10.1.0'
|
||||||
implementation 'org.firstinspires.ftc:FtcCommon:10.1.1'
|
implementation 'org.firstinspires.ftc:FtcCommon:10.1.0'
|
||||||
implementation 'org.firstinspires.ftc:Vision:10.1.1'
|
implementation 'org.firstinspires.ftc:Vision:10.1.0'
|
||||||
implementation 'androidx.appcompat:appcompat:1.2.0'
|
implementation 'androidx.appcompat:appcompat:1.2.0'
|
||||||
|
|
||||||
implementation "com.acmerobotics.roadrunner:ftc:0.1.14"
|
implementation "com.acmerobotics.roadrunner:ftc:0.1.14"
|
||||||
|
@ -5,13 +5,16 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
|
ext {
|
||||||
|
agp_version = '8.1.4'
|
||||||
|
}
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
google()
|
google()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
// Note for FTC Teams: Do not modify this yourself.
|
// Note for FTC Teams: Do not modify this yourself.
|
||||||
classpath 'com.android.tools.build:gradle:8.7.0'
|
classpath "com.android.tools.build:gradle:$agp_version"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
3
gradle/wrapper/gradle-wrapper.properties
vendored
3
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,5 +1,6 @@
|
|||||||
|
#Thu Dec 26 18:45:39 PST 2024
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
Reference in New Issue
Block a user