apply plugin: 'com.android.library'

android {
    compileSdkVersion 28
    buildToolsVersion "28.0.3"

    defaultConfig {
        minSdkVersion 16
        targetSdkVersion 28
        versionCode 1
    }
    lintOptions {
        abortOnError false
    }
    packagingOptions {
        exclude 'META-INF/LICENSE.txt'
        exclude 'META-INF/NOTICE.txt'
    }
}

dependencies {
    implementation 'com.facebook.react:react-native:+'
    implementation 'com.squareup.okhttp3:okhttp:3.2.0'

    //implementation 'com.zhy.base:fileprovider:1.0.0'
    api 'com.github.shijingsh:fileprovider:1.1.0'
}
