apply plugin: 'com.android.library'

android {
    compileSdkVersion 25
    buildToolsVersion "25.0.2"

    defaultConfig {
        minSdkVersion 16
        targetSdkVersion 25
    }

    lintOptions {
        abortOnError false
    }
}

dependencies {
    provided "com.facebook.react:react-native:+"
    compile "com.android.support:appcompat-v7:25.0.1"
    compile "com.google.android.gms:play-services-location:11.0.0"
}
