Add readme and update file
This commit is contained in:
parent
b9fb24efb5
commit
cf94913aea
19
README.md
Normal file
19
README.md
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
### Sample Module Gradle
|
||||||
|
|
||||||
|
[![](https://jitpack.io/v/com.cubetiqs.git.CUBETIQ/sample-module-gradle.svg)](https://jitpack.io/#com.cubetiqs.git.CUBETIQ/sample-module-gradle)
|
||||||
|
|
||||||
|
### Gradle
|
||||||
|
<b>Step 1</b>. Add the JitPack repository to your build file.
|
||||||
|
```groovy
|
||||||
|
allprojects {
|
||||||
|
repositories {
|
||||||
|
maven { url 'https://jitpack.io' }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
<b>Step 2</b>. Add the dependency.
|
||||||
|
```groovy
|
||||||
|
dependencies {
|
||||||
|
implementation 'com.cubetiqs.git.CUBETIQ:sample-module-gradle:0.0.1-SNAPSHOT'
|
||||||
|
}
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user