mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-19 13:55:40 -04:00
Get mobile app to build on Android (#1617)
Add sourceSets to module build.gradle
This commit is contained in:
committed by
GitHub
parent
de0267fa98
commit
1783da9ac2
@@ -82,6 +82,11 @@ android {
|
||||
withSourcesJar()
|
||||
}
|
||||
}
|
||||
sourceSets {
|
||||
main {
|
||||
jniLibs.srcDirs = ['../../../../../target/release']
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
||||
Reference in New Issue
Block a user