Skip to content

Commit de02ccd

Browse files
oschwaldclaude
andcommitted
Update Gradle instructions to use implementation
Replace deprecated `compile` configuration with `implementation` in the Gradle instructions. The `compile` configuration was deprecated in Gradle 3.4 and removed in Gradle 7.0. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 2f70d7b commit de02ccd

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
@@ -30,7 +30,7 @@ repositories {
3030
mavenCentral()
3131
}
3232
dependencies {
33-
compile 'com.maxmind.geoip2:geoip2:5.0.2'
33+
implementation 'com.maxmind.geoip2:geoip2:5.0.2'
3434
}
3535
```
3636

0 commit comments

Comments
 (0)