diff --git a/README.md b/README.md new file mode 100644 index 0000000..0e3dac9 --- /dev/null +++ b/README.md @@ -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 +Step 1. Add the JitPack repository to your build file. +```groovy +allprojects { + repositories { + maven { url 'https://jitpack.io' } + } +} +``` +Step 2. Add the dependency. +```groovy +dependencies { + implementation 'com.cubetiqs.git.CUBETIQ:sample-module-gradle:0.0.1-SNAPSHOT' +} +``` \ No newline at end of file