Skip to content

Commit 12d341b

Browse files
committed
Fix typo in Gradle config
1 parent 39a0f28 commit 12d341b

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
@@ -29,7 +29,7 @@ repositories {
2929
mavenCentral()
3030
}
3131
dependencies {
32-
compile 'ccom.maxmind.minfraud:minfraud:1.5.0'
32+
compile 'com.maxmind.minfraud:minfraud:1.5.0'
3333
}
3434
```
3535

0 commit comments

Comments
 (0)