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

@@ -83,7 +83,7 @@ flutter {
dependencies { dependencies {
implementation("com.google.android.material:material:<version>") implementation("com.google.android.material:material:<version>")
implementation 'com.huawei.agconnect:agconnect-core:1.5.2.300' // implementation 'com.huawei.agconnect:agconnect-core:1.5.2.300'
} }
apply plugin: 'com.huawei.agconnect' // apply plugin: 'com.huawei.agconnect'

View File

@@ -3,13 +3,13 @@ buildscript {
repositories { repositories {
google() google()
mavenCentral() mavenCentral()
maven { url 'https://developer.huawei.com/repo/' } // maven { url 'https://developer.huawei.com/repo/' }
} }
dependencies { 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 "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 { repositories {
google() google()
mavenCentral() mavenCentral()
maven {url 'https://developer.huawei.com/repo/'} // maven {url 'https://developer.huawei.com/repo/'}
} }
} }

View File

@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts # In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix. # of the product and file versions while build-number is used as the build suffix.
version: 1.0.2+13 version: 1.0.3+15
environment: environment:
sdk: '>=3.5.3 <4.0.0' sdk: '>=3.5.3 <4.0.0'