mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 19:57:52 +01:00
mobile: fix fdroid build
This commit is contained in:
@@ -5,5 +5,5 @@ rootProject.name = 'Notesnook'
|
|||||||
include ':app'
|
include ':app'
|
||||||
includeBuild('../../node_modules/@react-native/gradle-plugin')
|
includeBuild('../../node_modules/@react-native/gradle-plugin')
|
||||||
|
|
||||||
include "lazysodium-android"
|
include ":lazysodium-android"
|
||||||
project(':lazysodium-android').projectDir = new File(rootProject.projectDir, '../../node_modules/@ammarahmed/react-native-sodium/android/lazysodium-android/app')
|
project(':lazysodium-android').projectDir = new File(rootProject.projectDir, '../../node_modules/@ammarahmed/react-native-sodium/android/lazysodium-android/app')
|
||||||
|
|||||||
Reference in New Issue
Block a user