mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-11 22:47:52 +00:00
Fix missing compile target
This commit is contained in:
@@ -2,6 +2,10 @@ apply plugin: 'com.android.library'
|
||||
apply plugin: 'maven'
|
||||
apply plugin: 'kotlin-android'
|
||||
|
||||
android {
|
||||
compileSdkVersion androidCompileSdkVersion
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
Reference in New Issue
Block a user