Compare commits
2 Commits
0.0.1-SNAP
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 8ec6027bf7 | |||
| cf94913aea |
19
README.md
Normal file
19
README.md
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
### Sample Module Gradle
|
||||||
|
|
||||||
|
[](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'
|
||||||
|
}
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user