mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-24 10:35:19 +00:00
Move plugin to huawei flavor
This commit is contained in:
parent
9899b37f43
commit
1d9fb13809
@ -27,6 +27,10 @@ apply plugin: 'kotlin-parcelize'
|
||||
apply plugin: 'kotlinx-serialization'
|
||||
apply plugin: 'dagger.hilt.android.plugin'
|
||||
|
||||
if (getGradle().getStartParameter().getTaskRequests().toString().contains("Huawei")){
|
||||
apply plugin: 'com.huawei.agconnect'
|
||||
}
|
||||
|
||||
configurations.all {
|
||||
exclude module: "commons-logging"
|
||||
}
|
||||
|
@ -2,7 +2,6 @@ plugins {
|
||||
id 'com.android.library'
|
||||
id 'kotlin-android'
|
||||
id 'kotlinx-serialization'
|
||||
id 'com.huawei.agconnect'
|
||||
}
|
||||
|
||||
android {
|
||||
|
Loading…
Reference in New Issue
Block a user