plugins { id 'com.android.library' id 'expo-module-gradle-plugin' } group = 'expo.modules.astracar' version = '0.1.0' android { namespace "expo.modules.astracar" defaultConfig { versionCode 1 versionName "0.1.0" } lintOptions { abortOnError false } } dependencies { implementation "androidx.media:media:1.6.0" implementation "androidx.room:room-runtime:2.8.4" implementation "androidx.room:room-ktx:2.8.4" implementation "com.facebook.react:react-android" implementation project(':astra-library-scanner') }