FtcRobotController v8.2

This commit is contained in:
Cal Kestis
2023-07-07 15:15:11 -07:00
parent 0879b4797f
commit 5c8b4c448b
29 changed files with 2125 additions and 1642 deletions

View File

@ -54,7 +54,7 @@ android {
defaultConfig {
signingConfig signingConfigs.debug
applicationId 'com.qualcomm.ftcrobotcontroller'
minSdkVersion 23
minSdkVersion 24
//noinspection ExpiredTargetSdkVersion
targetSdkVersion 28
@ -122,8 +122,5 @@ android {
}
repositories {
flatDir {
dirs rootProject.file('libs')
}
}