FtcRobotController v10.1

This commit is contained in:
Cal Kestis
2024-11-02 10:16:56 +09:00
parent 6af9bb6534
commit 9f11128c61
8 changed files with 40 additions and 19 deletions

View File

@ -14,7 +14,11 @@ android {
buildConfigField "String", "APP_BUILD_TIME", '"' + (new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.SSSZ", Locale.ROOT).format(new Date())) + '"'
}
compileSdkVersion 29
buildFeatures {
buildConfig = true
}
compileSdkVersion 30
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8