Skip to content

Commit a05200f

Browse files
committed
1.1.0.3
1 parent d82e474 commit a05200f

15 files changed

Lines changed: 104 additions & 7 deletions
128 KB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
a8902f4041f03c16c42cc58ec363f1ea
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1d9522ef90a60485a253cae49b27957ab5a18816
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
f7af1732ae28797c8283c2d0877ae65f97c3b4e170d3d658139a6a63ac9a7f08
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
25bfb5f9bb4b768cf77d0fdb199b7585a908ea8884ca42715e08100b482b5e345031c6d0795bb1dcb06a588b208ee21c60a589e48d86f173647d9e81f26c956d
Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3+
<modelVersion>4.0.0</modelVersion>
4+
<groupId>com.andreidurlea</groupId>
5+
<artifactId>corecontrol</artifactId>
6+
<version>1.1.0.3</version>
7+
<packaging>aar</packaging>
8+
<dependencies>
9+
<dependency>
10+
<groupId>org.jetbrains.kotlin</groupId>
11+
<artifactId>kotlin-stdlib</artifactId>
12+
<version>2.0.0</version>
13+
<scope>compile</scope>
14+
</dependency>
15+
<dependency>
16+
<groupId>org.firstinspires.ftc</groupId>
17+
<artifactId>Inspection</artifactId>
18+
<version>11.0.0</version>
19+
<scope>runtime</scope>
20+
</dependency>
21+
<dependency>
22+
<groupId>org.firstinspires.ftc</groupId>
23+
<artifactId>Blocks</artifactId>
24+
<version>11.0.0</version>
25+
<scope>runtime</scope>
26+
</dependency>
27+
<dependency>
28+
<groupId>org.firstinspires.ftc</groupId>
29+
<artifactId>RobotCore</artifactId>
30+
<version>11.0.0</version>
31+
<scope>runtime</scope>
32+
</dependency>
33+
<dependency>
34+
<groupId>org.firstinspires.ftc</groupId>
35+
<artifactId>RobotServer</artifactId>
36+
<version>11.0.0</version>
37+
<scope>runtime</scope>
38+
</dependency>
39+
<dependency>
40+
<groupId>org.firstinspires.ftc</groupId>
41+
<artifactId>OnBotJava</artifactId>
42+
<version>11.0.0</version>
43+
<scope>runtime</scope>
44+
</dependency>
45+
<dependency>
46+
<groupId>org.firstinspires.ftc</groupId>
47+
<artifactId>Hardware</artifactId>
48+
<version>11.0.0</version>
49+
<scope>runtime</scope>
50+
</dependency>
51+
<dependency>
52+
<groupId>org.firstinspires.ftc</groupId>
53+
<artifactId>FtcCommon</artifactId>
54+
<version>11.0.0</version>
55+
<scope>runtime</scope>
56+
</dependency>
57+
<dependency>
58+
<groupId>org.firstinspires.ftc</groupId>
59+
<artifactId>Vision</artifactId>
60+
<version>11.0.0</version>
61+
<scope>runtime</scope>
62+
</dependency>
63+
<dependency>
64+
<groupId>androidx.core</groupId>
65+
<artifactId>core-ktx</artifactId>
66+
<version>1.13.0</version>
67+
<scope>runtime</scope>
68+
</dependency>
69+
<dependency>
70+
<groupId>androidx.appcompat</groupId>
71+
<artifactId>appcompat</artifactId>
72+
<version>1.2.0</version>
73+
<scope>runtime</scope>
74+
</dependency>
75+
<dependency>
76+
<groupId>com.google.android.material</groupId>
77+
<artifactId>material</artifactId>
78+
<version>1.12.0</version>
79+
<scope>runtime</scope>
80+
</dependency>
81+
<dependency>
82+
<groupId>org.jetbrains.kotlin</groupId>
83+
<artifactId>kotlin-stdlib</artifactId>
84+
<version>2.0.0</version>
85+
<scope>runtime</scope>
86+
</dependency>
87+
</dependencies>
88+
</project>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
03f86e2f01c02c8c7a88f2ded9bde93f
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
277e166995e6b2750d5bd436182a3127a0132870
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
f6cbddee4714fe3799ec599d3aeb3356c81f0f693cd42412d6b346320c79175a
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2e1de7e6fbed4b77ddfe65e6961822595a431351cce666a3025f95bf3496c32d92f9d88edaa3fd14cb5b962d555d792fafa266c3a9275bfa4f014dd4570552a2

0 commit comments

Comments
 (0)