Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Commit

Permalink
update matches for DCMP
Browse files Browse the repository at this point in the history
  • Loading branch information
yuliu2016 committed Apr 11, 2019
1 parent 488c62c commit e997d43
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 422 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
minSdkVersion(21)
targetSdkVersion(28)
versionCode = 1
versionName = "v2019.1.0-humber"
versionName = "v2019.1.0-oncmp1"
resConfigs("en", "hdpi")
}
buildTypes {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ fun File.toBoardfile(): Boardfile {
}

val exampleBoardfile = Boardfile(
eventName = "Humber College",
eventKey = "2019onto3",
eventName = "ONT Science Division",
eventKey = "2019oncmp1",
matchSchedule = MatchSchedule(exampleMatchSchedule),
robotScoutTemplate = ScoutTemplate(
listOf(
Expand Down Expand Up @@ -90,39 +90,4 @@ val exampleBoardfile = Boardfile(
), listOf()
),
superScoutTemplate = ScoutTemplate(listOf(), listOf())
)

val exampleTeams = mutableListOf(
746,
771,
854,
865,
907,
1114,
1310,
1374,
2198,
2405,
2935,
3683,
4039,
4308,
4343,
4939,
5031,
5834,
5870,
6009,
6141,
6513,
6977,
6978,
7013,
7480,
7509,
7558,
7603,
7623,
7723,
7902
)
Loading

0 comments on commit e997d43

Please sign in to comment.