Compare commits

...

2 Commits

Author SHA1 Message Date
Sambo Chea 8ec6027bf7 Fixed and update 2020-06-09 12:33:40 +07:00
Sambo Chea cf94913aea Add readme and update file 2020-06-09 12:33:12 +07:00

19
README.md Normal file
View 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'
}
```