Skip to content

vtabk2/CodeBase

 
 

Repository files navigation

CodeBase Core Libraries

Android core modules published with JitPack.

Publish

  1. Push the code to GitHub.
  2. Create a Git tag or GitHub release, for example 1.0.0.
  3. Open https://jitpack.io/#nguyenvuong0308/CodeBase and request the tag build.

JitPack runs ./gradlew clean publishToMavenLocal -x test from jitpack.yml.

Install

Add JitPack to the consuming app:

dependencyResolutionManagement {
    repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
    repositories {
        google()
        mavenCentral()
        maven(url = uri("https://jitpack.io"))
    }
}

Use the modules you need:

dependencies {
    implementation("com.github.nguyenvuong0308:CodeBase:2.0.6")
}

Available artifacts:

  • core
  • ads
  • analytics
  • baseui
  • billing
  • config
  • dimens
  • preference
  • rate
  • utilities

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages

  • Kotlin 96.7%
  • Java 3.3%