Cleanup gradle

pull/1293/head
andrew 11 months ago
parent 1d9fb13809
commit ed7ce36402

@ -27,10 +27,6 @@ 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,7 @@ buildscript {
repositories {
google()
mavenCentral()
maven {url 'https://developer.huawei.com/repo/'}
maven { url 'https://developer.huawei.com/repo/' }
}
dependencies {
classpath "com.android.tools.build:gradle:$gradlePluginVersion"

Loading…
Cancel
Save