mirror of
https://github.com/trc492/FtcTemplate.git
synced 2025-07-01 21:11:23 -07:00
Removed the fork relationship from FTC SDK so that people can fork this repo without problem if they already had an FTC SDK fork.
This commit is contained in:
6
.gitmodules
vendored
Normal file
6
.gitmodules
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
[submodule "TeamCode/src/main/java/TrcCommonLib"]
|
||||
path = TeamCode/src/main/java/TrcCommonLib
|
||||
url = https://github.com/trc492/TrcCommonLib
|
||||
[submodule "TeamCode/src/main/java/TrcFtcLib"]
|
||||
path = TeamCode/src/main/java/TrcFtcLib
|
||||
url = https://github.com/trc492/TrcFtcLib
|
Reference in New Issue
Block a user