Updated FTC SDK to 10.2.0.

This commit is contained in:
Titan Robotics Club
2025-05-02 18:24:17 -07:00
parent 83ba712462
commit 3f17631739
9 changed files with 58 additions and 25 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