Skip to content

Commit f48c280

Browse files
oschwaldclaude
andcommitted
Update Gradle instructions to use implementation instead of compile
The `compile` configuration was deprecated in Gradle 3.4 and removed in Gradle 7.0. The modern `implementation` configuration should be used instead. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 970c79d commit f48c280

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 'com.maxmind.minfraud:minfraud:4.0.0'
32+
implementation 'com.maxmind.minfraud:minfraud:4.0.0'
3333
}
3434
```
3535

0 commit comments

Comments
 (0)