We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebec5ca commit 893b1e5Copy full SHA for 893b1e5
README.md
@@ -29,6 +29,13 @@ Inspired by https://github.com/hariprasanths/Bounceview-Android Version v0.2.0
29
testImplementation 'junit:junit:4.13'
30
}
31
```
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
+```
39
## Usage
40
41
### Add animations to any components as below:
0 commit comments