Update build.gradle

This commit is contained in:
Scott Barnes 2024-02-29 12:38:43 -06:00
parent f8fcafbea2
commit d8c618eaec
1 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,7 @@ buildscript {
google()
}
dependencies {
//noinspection AndroidGradlePluginVersion
classpath 'com.android.tools.build:gradle:7.2.0'
}
}
@ -19,6 +20,7 @@ android {
defaultConfig {
minSdkVersion 24
//noinspection ExpiredTargetSdkVersion
targetSdkVersion 28
multiDexEnabled true
}
@ -55,7 +57,7 @@ dependencies {
implementation 'com.acmerobotics.roadrunner:actions:1.0.0-beta6'
implementation 'com.acmerobotics.dashboard:dashboard:0.4.15'
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.1'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
compileOnly 'org.projectlombok:lombok:1.18.30'
annotationProcessor 'org.projectlombok:lombok:1.18.30'