Skip to content

Commit 5504c71

Browse files
rxjava README: fix dependency config.
1 parent d2e3a80 commit 5504c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

objectbox-rxjava/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Adding the library to your project
2121
-----------------
2222
Grab via Gradle:
2323
```gradle
24-
compile 'io.objectbox:objectbox-rxjava:objectboxVersion'
24+
implementation "io.objectbox:objectbox-rxjava:$objectboxVersion"
2525
```
2626

2727
Links

0 commit comments

Comments
 (0)