Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
blazeboy75 committed Sep 30, 2024
1 parent aba04ce commit ec0dece
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FtcRobotController/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
compileSdkVersion 29

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}
namespace = 'com.qualcomm.ftcrobotcontroller'
}
Expand Down

0 comments on commit ec0dece

Please sign in to comment.