-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.dependencies.gradle
More file actions
54 lines (47 loc) · 2.1 KB
/
build.dependencies.gradle
File metadata and controls
54 lines (47 loc) · 2.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
repositories {
mavenCentral()
google() // Needed for androidx
maven { url = "https://mymaven.bylazar.com/releases" }
maven {
url = 'https://maven.brott.dev/'
}
maven {
url = "https://repo.dairy.foundation/releases"
}
maven {
url = "https://repo.dairy.foundation/snapshots"
}
maven { url = 'https://central.sonatype.com/repository/maven-snapshots/' }
}
dependencies {
implementation 'org.firstinspires.ftc:Inspection:11.1.0'
implementation 'org.firstinspires.ftc:Blocks:11.1.0'
//noinspection Aligned16KB
implementation 'org.firstinspires.ftc:RobotCore:11.1.0'
implementation 'org.firstinspires.ftc:RobotServer:11.1.0'
implementation 'org.firstinspires.ftc:OnBotJava:11.1.0'
implementation 'org.firstinspires.ftc:Hardware:11.1.0'
implementation 'org.firstinspires.ftc:FtcCommon:11.1.0'
implementation 'org.firstinspires.ftc:Vision:11.1.0'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'com.pedropathing:ftc:2.1.0-SNAPSHOT'
implementation 'com.pedropathing:telemetry:1.0.0'
implementation "com.bylazar.sloth:panels:0.2.4.1+1.0.5"
implementation "com.bylazar.sloth:opmodecontrol:0.2.4.1+1.0.3"
implementation "com.bylazar.sloth:telemetry:0.2.4.1+1.0.5"
implementation "com.bylazar.sloth:configurables:0.2.4.1+1.0.5"
implementation "com.bylazar.sloth:themes:0.2.4.1+1.0.3"
implementation "com.bylazar.sloth:capture:0.2.4.1+1.0.3"
implementation "com.bylazar.sloth:gamepad:0.2.4.1+1.0.4"
implementation "com.bylazar.sloth:field:0.2.4.1+1.0.6"
implementation "com.bylazar.sloth:docs:0.2.4.1+1.0.5"
implementation "com.bylazar.sloth:battery:0.2.4.1+1.0.3"
implementation "com.bylazar.sloth:utils:0.2.4.1+1.0.4"
implementation "com.bylazar.sloth:pinger:0.2.4.1+1.0.3"
implementation "com.bylazar.sloth:graph:0.2.4.1+1.0.4"
implementation "com.bylazar.sloth:lights:0.2.4.1+1.0.3"
implementation "com.bylazar.sloth:camerastream:0.2.4.1+1.0.0"
debugImplementation("dev.frozenmilk.sinister:Sloth:0.2.4")
implementation project(":MercurialFTC")
}
// regex