apply plugin: 'com.android.library' android { compileSdkVersion 25 buildToolsVersion "25.0.3" defaultConfig { minSdkVersion 16 targetSdkVersion 25 versionCode 1 } lintOptions { abortOnError false } } dependencies { compile 'com.facebook.react:react-native:+' compile 'com.yalantis:ucrop:2.2.0-native' compile 'id.zelory:compressor:2.1.0' }