Fix missing compile target

This commit is contained in:
Niels Andriesse
2021-05-18 14:08:21 +10:00
parent f0b2ff5b46
commit 8a20c46bd4
5 changed files with 12 additions and 6 deletions

View File

@@ -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"