Skip to content

Commit 7d36b82

Browse files
Merge pull request #2 from Rahul1656/main
Updated Readme
2 parents 35ba6c7 + cd8077d commit 7d36b82

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![.github/workflows/main.yml](https://github.com/applibgroup/VerificationCodeView/actions/workflows/main.yml/badge.svg)](https://github.com/applibgroup/VerificationCodeView/actions/workflows/main.yml) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=applibgroup_VerificationCodeView&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=applibgroup_VerificationCodeView)
2+
13
# VerificationView
24

35
A HMOS library which provides Verification code features.
@@ -26,10 +28,17 @@ avoid Internet robots from abusing and spamming their forms
2628
```
2729
2. For using verificationview in separate application using har file, add the har file in the entry/libs folder and add the dependencies in entry/build.gradle file.
2830
```groovy
29-
dependencies {
30-
implementation fileTree(dir: 'libs', include: ['*.har'])
31-
testImplementation 'junit:junit:4.13'
32-
}
31+
dependencies {
32+
implementation fileTree(dir: 'libs', include: ['*.har'])
33+
testImplementation 'junit:junit:4.13'
34+
}
35+
```
36+
3. For using verificationview from a remote repository in separate application, add the below dependencies in entry/build.gradle file.
37+
``` groovy
38+
dependencies {
39+
implementation ('dev.applibgroup:verificationcodeview:1.0.0')
40+
testCompile 'junit:junit:4.13'
41+
}
3342
```
3443

3544
## Usage

0 commit comments

Comments
 (0)