From 1783da9ac2da2d443accda353022984e1b133c9c Mon Sep 17 00:00:00 2001 From: Arnab Chakraborty <11457760+Rocky43007@users.noreply.github.com> Date: Tue, 17 Oct 2023 23:33:27 -0400 Subject: [PATCH] Get mobile app to build on Android (#1617) Add sourceSets to module build.gradle --- apps/mobile/modules/sd-core/android/build.gradle | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/mobile/modules/sd-core/android/build.gradle b/apps/mobile/modules/sd-core/android/build.gradle index 365e78c74..87d67c37f 100644 --- a/apps/mobile/modules/sd-core/android/build.gradle +++ b/apps/mobile/modules/sd-core/android/build.gradle @@ -82,6 +82,11 @@ android { withSourcesJar() } } + sourceSets { + main { + jniLibs.srcDirs = ['../../../../../target/release'] + } + } } repositories {