Fix build.gradle (drop content)

This commit is contained in:
max-klaus 2020-10-04 16:48:11 +03:00
parent 5fdeeffd2a
commit 1e4f630090

View file

@ -6,11 +6,6 @@ buildscript {
jcenter() jcenter()
maven { maven {
url 'https://developer.huawei.com/repo/' url 'https://developer.huawei.com/repo/'
content {
includeGroup 'com.huawei.agconnect'
includeGroup 'com.huawei.hms'
includeGroup 'com.huawei.hmf'
}
} }
} }
dependencies { dependencies {
@ -45,11 +40,6 @@ allprojects {
} }
maven { maven {
url 'https://developer.huawei.com/repo/' url 'https://developer.huawei.com/repo/'
content {
includeGroup 'com.huawei.agconnect'
includeGroup 'com.huawei.hms'
includeGroup 'com.huawei.hmf'
}
} }
} }
} }