Files
react-native-libpag/example/android/settings.gradle
2022-01-28 21:47:49 +08:00

7 lines
320 B
Groovy

rootProject.name = 'LibpagExample'
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
include ':app'
include ':reactnativelibpag'
project(':reactnativelibpag').projectDir = new File(rootProject.projectDir, '../../android')