mirror of
https://github.com/zhigang1992/react-native-libpag.git
synced 2026-05-27 06:02:55 +08:00
7 lines
320 B
Groovy
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')
|