FtcRobotController v6.1

This commit is contained in:
Cal Kestis
2020-12-09 12:01:36 -08:00
parent 09359bbaaf
commit 0c811a081a
10 changed files with 65 additions and 47 deletions

View File

@ -13,7 +13,7 @@ android {
buildConfigField "String", "BUILD_TIME", '"' + (new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.SSSZ", Locale.ROOT).format(new Date())) + '"'
}
compileSdkVersion 28
compileSdkVersion 29
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7