apply plugin: 'com.android.library' android { compileSdkVersion 28 buildToolsVersion "28.0.3" defaultConfig { minSdkVersion 19 targetSdkVersion 28 versionCode 1 versionName "1.0" } lintOptions { warning 'InvalidPackage' } } dependencies { implementation 'com.facebook.react:react-native:+' implementation 'com.scottyab:rootbeer-lib:0.0.8' }