Skip to content

Commit d58e99e

Browse files
Add remote repository info in ReadME.md
1 parent a9647be commit d58e99e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ This library provides an animation similar to instagram "like" feature.
2828
testImplementation 'junit:junit:4.13'
2929
}
3030
```
31+
3. For using instalike from a remote repository in separate application, add the below dependencies in entry/build.gradle file.
32+
``` groovy
33+
dependencies {
34+
implementation 'dev.applibgroup:instalike:1.0.0'
35+
testCompile 'junit:junit:4.13'
36+
}
37+
```
3138

3239
## Usage
3340

0 commit comments

Comments
 (0)