react-android

Adnroid CI with 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.github.beatjs:react-android:0.63.4.+'
}

publish lib to maven repo

  1. create local.properties file to project root dir.
OSS_USERNAME={username}
OSS_PASSWORD={password}
OSS_REPOSITORY_URL={repo_url}
  1. specify GROUP_ID , VERSION_NAME in gradle.properties

  2. exec gradle cmd gradle uploadArchives