From 470802c3e2cc200a2587349ec74aa46dc684d762 Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Thu, 31 Jul 2025 09:09:38 +0500 Subject: [PATCH] mobile: fix fdroid build --- apps/mobile/native/android/settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mobile/native/android/settings.gradle b/apps/mobile/native/android/settings.gradle index c7791901b..913e081e2 100644 --- a/apps/mobile/native/android/settings.gradle +++ b/apps/mobile/native/android/settings.gradle @@ -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')