From cf94913aeaab7fd10b4050e54a0dca9b824d0dc5 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Tue, 9 Jun 2020 12:33:12 +0700 Subject: [PATCH] Add readme and update file --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md 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