Skip to content

Commit 893b1e5

Browse files
Update README.md
add the remote repository dependency information in Readme
1 parent ebec5ca commit 893b1e5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ Inspired by https://github.com/hariprasanths/Bounceview-Android Version v0.2.0
2929
testImplementation 'junit:junit:4.13'
3030
}
3131
```
32+
3. For using Bounceview-Ohos from a remote repository in separate application, add the below dependencies in entry/build.gradle file.
33+
```groovy
34+
dependencies {
35+
implementation 'dev.applibgroup:bounceview-ohos:1.0.0'
36+
testCompile 'junit:junit:4.13'
37+
}
38+
```
3239
## Usage
3340

3441
### Add animations to any components as below:

0 commit comments

Comments
 (0)