Skip to content

Commit 24524f2

Browse files
Create README.md
1 parent 9428612 commit 24524f2

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[![](https://jitpack.io/v/Omega-R/OmegaTestConnect.svg)](https://jitpack.io/#Omega-R/OmegaTestConnect)
2+
[![GitHub license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://opensource.org/licenses/MIT)
3+
# OmegaTestConnect
4+
5+
6+
Add it in your root build.gradle at the end of repositories:
7+
8+
allprojects {
9+
repositories {
10+
...
11+
maven { url 'https://jitpack.io' }
12+
}
13+
}
14+
Step 2. Add the dependency
15+
16+
dependencies {
17+
implementation 'com.github.Omega-R:OmegaTestConnect:1.0.0'
18+
}

0 commit comments

Comments
 (0)