mirror of
https://github.com/oxen-io/session-android.git
synced 2025-10-16 12:14:45 +00:00
Fix missing compile target
This commit is contained in:
@@ -3,6 +3,10 @@ plugins {
|
||||
id 'kotlin-android'
|
||||
}
|
||||
|
||||
android {
|
||||
compileSdkVersion androidCompileSdkVersion
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation project(":libsignal")
|
||||
implementation "com.goterl.lazycode:lazysodium-android:4.2.0@aar"
|
||||
|
Reference in New Issue
Block a user