From 0d520bafcdf7d63dc582dfb1c54f8ff7b5fa4721 Mon Sep 17 00:00:00 2001 From: Nuh Koca Date: Wed, 20 Nov 2019 05:08:39 +0300 Subject: [PATCH] Update README with language syntax --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index db4f3b44..d237f7b9 100644 --- a/README.md +++ b/README.md @@ -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