Skip to content

Commit a20f993

Browse files
sircelsiusakarnokd
authored andcommitted
6108 changed README to use Gradle's implementation instead of compile (#6116)
1 parent 749d605 commit a20f993

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
@@ -33,7 +33,7 @@ The [1.x version](https://github.com/ReactiveX/RxJava/tree/1.x) is end-of-life a
3333
The first step is to include RxJava 2 into your project, for example, as a Gradle compile dependency:
3434

3535
```groovy
36-
compile "io.reactivex.rxjava2:rxjava:2.x.y"
36+
implementation "io.reactivex.rxjava2:rxjava:2.x.y"
3737
```
3838

3939
(Please replace `x` and `y` with the latest version numbers: [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.reactivex.rxjava2/rxjava/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.reactivex.rxjava2/rxjava)

0 commit comments

Comments
 (0)