apply plugin: 'com.android.library'

android {
    compileSdkVersion 27

    defaultConfig {
        minSdkVersion 16
        targetSdkVersion 26
        versionCode 1
        versionName "1.0"
        ndk {
            abiFilters "armeabi-v7a", "x86"
        }
    }
}

dependencies {
    implementation 'com.facebook.react:react-native:0.19.+'
    implementation 'com.google.code.gson:gson:2.3.+'
    implementation 'androidx.appcompat:appcompat:1.0.0'
    implementation 'com.android.support:support-annotations:+'
    implementation 'com.google.android.gms:play-services-gcm:11.0.4'
    implementation 'org.mozilla:rhino:1.7R3'
}
