mirror of
https://github.com/oxen-io/session-android.git
synced 2025-01-12 02:33:40 +00:00
85456b5ea2
Including modified version of lazysodium-android to expose missing libsodium functions, we could build from a fork which we still need to setup.
6 lines
120 B
Groovy
6 lines
120 B
Groovy
rootProject.name = "session-android"
|
|
|
|
include ':app'
|
|
include ':liblazysodium'
|
|
include ':libsession'
|
|
include ':libsignal' |