You've already forked element-android
mirror of
https://github.com/vector-im/element-android.git
synced 2025-07-29 19:41:14 +03:00
Prepare flavors
This commit is contained in:
@ -3,6 +3,7 @@ plugins {
|
||||
id 'com.android.library'
|
||||
id 'org.jetbrains.kotlin.android'
|
||||
}
|
||||
apply from: '../flavor.gradle'
|
||||
|
||||
android {
|
||||
compileSdk versions.compileSdk
|
||||
@ -28,11 +29,23 @@ android {
|
||||
kotlinOptions {
|
||||
jvmTarget = "11"
|
||||
}
|
||||
|
||||
// publishNonDefault true
|
||||
}
|
||||
|
||||
//configurations {
|
||||
// kotlinCryptoDebugImplementation
|
||||
// kotlinCryptoReleaseImplementation
|
||||
// rustCryptoDebugImplementation
|
||||
// rustCryptoReleaseImplementation
|
||||
//}
|
||||
|
||||
dependencies {
|
||||
implementation project(":matrix-sdk-android")
|
||||
|
||||
// kotlinCryptoDebugImplementation project(path: ":matrix-sdk-android", configuration :"kotlinCryptoDebug")
|
||||
// kotlinCryptoReleaseImplementation project(path: ":matrix-sdk-android", configuration :"kotlinCryptoRelease")
|
||||
// rustCryptoDebugImplementation project(path: ":matrix-sdk-android", configuration :"rustCryptoDebug")
|
||||
// rustCryptoReleaseImplementation project(path: ":matrix-sdk-android", configuration :"rustCryptoDebug")
|
||||
implementation libs.jetbrains.coroutinesCore
|
||||
implementation libs.jetbrains.coroutinesAndroid
|
||||
implementation libs.androidx.lifecycleLivedata
|
||||
|
Reference in New Issue
Block a user