remove huawei build

This commit is contained in:
2025-01-27 11:50:11 +02:00
parent 703166f71e
commit b3156458ab
3 changed files with 7 additions and 7 deletions

View File

@@ -3,13 +3,13 @@ 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:8.8.0"
// classpath "com.android.tools.build:gradle:8.8.0"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.huawei.agconnect:agcp:1.5.2.300'
// classpath 'com.huawei.agconnect:agcp:1.5.2.300'
}
}
@@ -17,7 +17,7 @@ allprojects {
repositories {
google()
mavenCentral()
maven {url 'https://developer.huawei.com/repo/'}
// maven {url 'https://developer.huawei.com/repo/'}
}
}