Skip to content

Commit ba2c190

Browse files
authored
Update telemetry version in PedroImplementation
1 parent ad8c433 commit ba2c190

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/PedroImplementation.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ export default function PedroImplementation() {
1515

1616
return (
1717
<DynamicCodeBlock lang="groovy"
18-
code={`implementation 'com.pedropathing:ftc:${latestVersion}'\nimplementation 'com.pedropathing:telemetry:1.0.1'`}/>
18+
code={`implementation 'com.pedropathing:ftc:${latestVersion}'\nimplementation 'com.pedropathing:telemetry:1.0.0'`}/>
1919
)
2020
}

0 commit comments

Comments
 (0)