Skip to content

Commit 53accd0

Browse files
committed
Updated installation info on landing page
1 parent d492cfb commit 53accd0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/content/docs/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ android {
3232
}
3333
+repositories {
3434
+ maven {
35-
+ url "https://corecontrollib.github.io/Release/"
35+
+ url "https://remote.corecontrollib.com"
3636
+ }
3737
+}
3838
dependencies {
3939
implementation project(':FtcRobotController')
40-
+ implementation 'com.andreidurlea:corecontrol:1.1.0'
40+
+ implementation 'com.andreidurlea:corecontrol:1.1.0.1'
4141
}
4242
`;
4343
export const exampleCode = `

0 commit comments

Comments
 (0)