Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/LucasFeldsien/UltimateGoal
Browse files Browse the repository at this point in the history
…into dev

gradle is now at 7.0.0-alpha09
# Conflicts:
#	TeamCode/src/main/java/org/firstinspires/ftc/teamcode/Autonomous/HardwareTest.java
#	TeamCode/src/main/java/org/firstinspires/ftc/teamcode/TeleOp/DriveTrainMethodTeleOp.java
#	TeamCode/src/main/java/org/firstinspires/ftc/teamcode/TeleOp/GrabberTeleop.java
#	TeamCode/src/main/java/org/firstinspires/ftc/teamcode/TeleOp/TeleOpExample.java
  • Loading branch information
polygonnedpotato committed Mar 11, 2021
1 parent 1fb7f26 commit 6269b53
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 0 additions & 10 deletions .idea/modules.xml

This file was deleted.

13 changes: 8 additions & 5 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.0-alpha08'
classpath 'com.android.tools.build:gradle:7.0.0-alpha09'
}
}

Expand Down
4 changes: 2 additions & 2 deletions local.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# Location of the SDK. This is only used by Gradle.
# For customization when using a Version Control System, please read the
# header note.
#Tue Nov 24 10:19:14 PST 2020
sdk.dir=/Users/lakeoswegorobotics/Library/Android/sdk
#Wed Mar 10 20:03:22 PST 2021
sdk.dir=/home/elburg/Android/Sdk

0 comments on commit 6269b53

Please sign in to comment.