mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-24 23:49:33 +01:00
10 lines
539 B
Groovy
10 lines
539 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 = 'Notesnook'
|
|
include ':app'
|
|
includeBuild('../../node_modules/@react-native/gradle-plugin')
|
|
|
|
include ":lazysodium-android"
|
|
project(':lazysodium-android').projectDir = new File(rootProject.projectDir, '../../node_modules/@ammarahmed/react-native-sodium/android/lazysodium-android/app')
|