Skip to content

Commit 5916f84

Browse files
Merge pull request #2 from priyankabb153/main
Updated Badges and Dependency
2 parents 26add0c + 50b2cd5 commit 5916f84

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
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)
13
# SlideActionView
24

35
A HMOS library which provides slide-to-left/right interaction.
@@ -27,6 +29,13 @@ This library internally uses [OHOSUtils](https://github.com/applibgroup/OHOSUtil
2729
testImplementation 'junit:junit:4.13'
2830
}
2931
```
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+
```
3039

3140
## Usage
3241

0 commit comments

Comments
 (0)