Skip to content

Commit

Permalink
Merge pull request #5 from shanmugasanthosh7/master
Browse files Browse the repository at this point in the history
Update compile to implementation
  • Loading branch information
Ashok-Varma authored Nov 27, 2018
2 parents 5978695 + b0946ec commit 4055e3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ Based on your IDE you can import library in one of the following ways
##### Gradle:
Add the dependency in your `build.gradle` file. Add it alongside the `no-op` variant to isolate Gander from release builds as follows:
```gradle
debugCompile 'com.ashokvarma.android:gander:1.3.3'
releaseCompile 'com.ashokvarma.android:gander-no-op:1.3.3'
debugImplementation 'com.ashokvarma.android:gander:1.3.3'
releaseImplementation 'com.ashokvarma.android:gander-no-op:1.3.3'
```
If you want this in library in both release and compile, then try this :
```gradle
compile 'com.ashokvarma.android:gander:1.3.3'
implementation 'com.ashokvarma.android:gander:1.3.3'
```


Expand Down

0 comments on commit 4055e3e

Please sign in to comment.