File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change
1
+ [ ![ .github/workflows/main.yml] ( https://github.com/applibgroup/SlideActionView/actions/workflows/main.yml/badge.svg )] ( https://github.com/applibgroup/SlideActionView/actions/workflows/main.yml )
2
+ [ ![ Quality Gate Status] ( https://sonarcloud.io/api/project_badges/measure?project=applibgroup_SlideActionView&metric=alert_status )] ( https://sonarcloud.io/summary/new_code?id=applibgroup_SlideActionView )
1
3
# SlideActionView
2
4
3
5
A HMOS library which provides slide-to-left/right interaction.
@@ -27,6 +29,13 @@ This library internally uses [OHOSUtils](https://github.com/applibgroup/OHOSUtil
27
29
testImplementation 'junit:junit:4.13'
28
30
}
29
31
```
32
+ 3 . For using slideactionview from a remote repository in separate application, add the below dependencies in entry/build.gradle file.
33
+ ``` groovy
34
+ dependencies {
35
+ implementation 'dev.applibgroup:slideactionview:1.0.0'
36
+ testCompile 'junit:junit:4.13'
37
+ }
38
+ ```
30
39
31
40
## Usage
32
41
You can’t perform that action at this time.
0 commit comments