gradle: Limit huawei maven repo to coreservice
* We don't want any more modules from huawei's maven repo except coreservice * Rename libs syntax to be more clear about developer Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -264,7 +264,7 @@ dependencies {
|
||||
|
||||
implementation(libs.process.phoenix)
|
||||
|
||||
"huaweiImplementation"(libs.ag.coreservice)
|
||||
"huaweiImplementation"(libs.huawei.hms.coreservice)
|
||||
|
||||
// LeakCanary
|
||||
debugImplementation(libs.squareup.leakcanary.android)
|
||||
|
||||
Reference in New Issue
Block a user