Skip to content

Commit 6fc7763

Browse files
authored
Replace 'compile' dependency with 'implementation' (#553)
The 'compile' dependency is deprecated in Gradle. Modern code should use 'implementation' dependency instead.
1 parent 4a70ae9 commit 6fc7763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Find [the latest package in the Maven repository](https://mvnrepository.com/arti
3434
### Gradle
3535

3636
```gradle
37-
compile group: 'com.microsoft.azure', name: 'com.microsoft.aad.msal4j', version: '1.13.2'
37+
implementation group: 'com.microsoft.azure', name: 'com.microsoft.aad.msal4j', version: '1.13.2'
3838
```
3939

4040
## Usage

0 commit comments

Comments
 (0)