Skip to content
This repository has been archived by the owner on Dec 7, 2019. It is now read-only.

Update README with language syntax #389

Open
wants to merge 1 commit into
base: feature/rx2
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ Store leverages RxJava and multiple request throttling to prevent excessive call

###### Include gradle dependency

```
```groovy
implementation 'com.nytimes.android:store3:3.1.1'
```

###### Set the source & target compatibilities to `1.8`
Starting with Store 3.0, `retrolambda` is no longer used. Therefore to allow support for lambdas the Java `sourceCompatibility` and `targetCompatibility` need to be set to `1.8`

```
```gradle
android {
compileOptions {
sourceCompatibility 1.8
Expand Down