diff --git a/Frontend/android/app/build.gradle b/Frontend/android/app/build.gradle index 41889ce9..fda2ec43 100644 --- a/Frontend/android/app/build.gradle +++ b/Frontend/android/app/build.gradle @@ -83,7 +83,7 @@ flutter { dependencies { implementation("com.google.android.material:material:") - 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' \ No newline at end of file +// apply plugin: 'com.huawei.agconnect' \ No newline at end of file diff --git a/Frontend/android/build.gradle b/Frontend/android/build.gradle index 51a42f97..ed833606 100644 --- a/Frontend/android/build.gradle +++ b/Frontend/android/build.gradle @@ -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/'} } } diff --git a/Frontend/pubspec.yaml b/Frontend/pubspec.yaml index d7893012..039f75ef 100644 --- a/Frontend/pubspec.yaml +++ b/Frontend/pubspec.yaml @@ -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 # 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. -version: 1.0.2+13 +version: 1.0.3+15 environment: sdk: '>=3.5.3 <4.0.0'