mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-02 23:01:56 +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"
|
||||
|
||||
@@ -1,5 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.session.libsession">
|
||||
|
||||
</manifest>
|
||||
<manifest package="org.session.libsession" />
|
||||
Reference in New Issue
Block a user