apply plugin: 'com.android.library'

android {

    compileSdkVersion 26
    buildToolsVersion '23.0.1'

    defaultConfig {
        minSdkVersion 14
        targetSdkVersion 26
        versionCode 2
    }
    buildTypes {
        release {
            minifyEnabled false
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
        }
    }
}

dependencies {
    provided 'com.facebook.react:react-native:+'
    compile files('libs/AMap_Location_V3.8.0_20180201.jar')
}
