Update build.gradle
This commit is contained in:
parent
f8fcafbea2
commit
d8c618eaec
|
@ -4,6 +4,7 @@ buildscript {
|
||||||
google()
|
google()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
|
//noinspection AndroidGradlePluginVersion
|
||||||
classpath 'com.android.tools.build:gradle:7.2.0'
|
classpath 'com.android.tools.build:gradle:7.2.0'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -19,6 +20,7 @@ android {
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 24
|
minSdkVersion 24
|
||||||
|
//noinspection ExpiredTargetSdkVersion
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
}
|
}
|
||||||
|
@ -55,7 +57,7 @@ dependencies {
|
||||||
implementation 'com.acmerobotics.roadrunner:actions:1.0.0-beta6'
|
implementation 'com.acmerobotics.roadrunner:actions:1.0.0-beta6'
|
||||||
implementation 'com.acmerobotics.dashboard:dashboard:0.4.15'
|
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'
|
compileOnly 'org.projectlombok:lombok:1.18.30'
|
||||||
annotationProcessor 'org.projectlombok:lombok:1.18.30'
|
annotationProcessor 'org.projectlombok:lombok:1.18.30'
|
||||||
|
|
Loading…
Reference in New Issue