We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9647be commit d58e99eCopy full SHA for d58e99e
1 file changed
README.md
@@ -28,6 +28,13 @@ This library provides an animation similar to instagram "like" feature.
28
testImplementation 'junit:junit:4.13'
29
}
30
```
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
+```
38
39
## Usage
40
0 commit comments