Skip to content
This repository was archived by the owner on Dec 17, 2020. It is now read-only.

Commit d98128d

Browse files
committed
Updated readme
1 parent 27169d3 commit d98128d

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,14 @@ Android-Retainable-Tasks is available on jcenter just like many other Android/Ja
5252

5353
```groovy
5454
dependencies {
55-
// The library dependency
56-
compile 'org.neotech.library:android-retainable-tasks:1.0.0-rc-2'
55+
// Gradle < 3.0
56+
compile 'org.neotech.library:android-retainable-tasks:1.0.0-rc-3'
5757
58-
// Needed if you want to use annotations
59-
annotationProcessor 'org.neotech.library:android-retainable-tasks-compiler:1.0.0-rc-2'
58+
// Gradle >= 3.0
59+
implementation 'org.neotech.library:android-retainable-tasks:1.0.0-rc-3'
60+
61+
// Needed if you want to use annotations (all Gradle versions)
62+
annotationProcessor 'org.neotech.library:android-retainable-tasks-compiler:1.0.0-rc-3'
6063
}
6164
```
6265

0 commit comments

Comments
 (0)