Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 583 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 583 Bytes

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.+'
}