Skip to content

Commit 7077665

Browse files
authored
Fix maven repo readme typo again (#98)
Oops, fix with correct one. https://docs.gradle.org/current/userguide/declaring_repositories.html#sub:maven_google
1 parent d3fe584 commit 7077665

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Apply the project to the root `build.gradle`:
4343
```groovy
4444
buildscript {
4545
repositories {
46-
mavenCental()
46+
mavenCentral()
4747
}
4848
dependencies {
4949
classpath "com.dropbox.affectedmoduledetector:affectedmoduledetector:<LATEST_VERSION>"

0 commit comments

Comments
 (0)