Go to file
Sambo Chea 8ec6027bf7 Fixed and update 2020-06-09 12:33:40 +07:00
.idea Add sample module gradle 2020-06-09 09:21:51 +07:00
gradle/wrapper Add sample module gradle 2020-06-09 09:21:51 +07:00
src/main/java/com/cubetiqs/util Add String helper 2020-06-09 11:56:55 +07:00
.gitignore Add sample module gradle 2020-06-09 09:21:51 +07:00
build.gradle Add sample module gradle 2020-06-09 09:21:51 +07:00
gradlew Add sample module gradle 2020-06-09 09:21:51 +07:00
gradlew.bat Add sample module gradle 2020-06-09 09:21:51 +07:00
README.md Fixed and update 2020-06-09 12:33:40 +07:00
settings.gradle Add String helper 2020-06-09 11:56:55 +07:00

Sample Module Gradle

Gradle

Step 1. Add the JitPack repository to your build file.

allprojects {
    repositories {
        maven { url 'https://jitpack.io' }
    }
}

Step 2. Add the dependency.

dependencies {
    implementation 'com.cubetiqs.git.CUBETIQ:sample-module-gradle:0.0.1-SNAPSHOT'
}