We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad8c433 commit ba2c190Copy full SHA for ba2c190
1 file changed
app/PedroImplementation.tsx
@@ -15,6 +15,6 @@ export default function PedroImplementation() {
15
16
return (
17
<DynamicCodeBlock lang="groovy"
18
- code={`implementation 'com.pedropathing:ftc:${latestVersion}'\nimplementation 'com.pedropathing:telemetry:1.0.1'`}/>
+ code={`implementation 'com.pedropathing:ftc:${latestVersion}'\nimplementation 'com.pedropathing:telemetry:1.0.0'`}/>
19
)
20
}
0 commit comments