Merge pull request #8409 from streetwriters/fix-fdroid-build

mobile: fix fdroid build
This commit is contained in:
Ammar Ahmed
2025-07-31 09:10:13 +05:00
committed by GitHub

View File

@@ -5,5 +5,5 @@ rootProject.name = 'Notesnook'
include ':app'
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')