acmerobotics / MeepMeep

14 stars 13 forks source link

Update README.md #3

Closed ArushYadlapati closed 9 months ago

ArushYadlapati commented 9 months ago

Fixed the Gradle Code Snippet (removing unnecessary backticks) in Step 6 of Android Studio Installation: New README.md

repositories {
    maven { url = 'https://maven.brott.dev/' }
}

dependencies {
    implementation 'com.acmerobotics.roadrunner:MeepMeep:0.1.3'
}

Current README.md:

image
rbrott commented 9 months ago

Thanks for the patch!