apply plugin: 'com.android.library' group = 'host.exp.exponent' version = '17.0.1' def expoModulesCorePlugin = new File(project(":expo-modules-core").projectDir.absolutePath, "ExpoModulesCorePlugin.gradle") apply from: expoModulesCorePlugin applyKotlinExpoModulesCorePlugin() useCoreDependencies() useDefaultAndroidSdkVersions() useExpoPublishing() android { namespace "expo.modules.location" defaultConfig { versionCode 29 versionName "17.0.1" } } dependencies { api 'com.google.android.gms:play-services-location:21.0.1' api('io.nlopez.smartlocation:library:3.3.3') { transitive = false } }