Files
react-native-bpl-scale/example/android/settings.gradle
Gokulvarthan Ramesh d96af7e4fa
Some checks failed
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled
CI / build-library (push) Has been cancelled
CI / build-android (push) Has been cancelled
CI / build-ios (push) Has been cancelled
Add BLE BPL scale native module and BMI integration
2025-12-17 11:26:41 +05:30

7 lines
353 B
Groovy

pluginManagement { includeBuild("../../node_modules/@react-native/gradle-plugin") }
plugins { id("com.facebook.react.settings") }
extensions.configure(com.facebook.react.ReactSettingsExtension){ ex -> ex.autolinkLibrariesFromCommand() }
rootProject.name = 'bplscale.example'
include ':app'
includeBuild('../../node_modules/@react-native/gradle-plugin')