diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4e24b3e42c8..fb0d9f48594 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ on: description: 'Gradle version' required: false type: string - default: "7.5" + default: "8.0" jobs: build: diff --git a/app/build.gradle b/app/build.gradle index be0ff9a6742..95314ba1ed3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -674,7 +674,7 @@ dependencies { // HVR hvrImplementation fileTree(dir: "${project.rootDir}/third_party/hvr", include: ['*.jar']) hvrImplementation 'com.huawei.agconnect:agconnect-core-harmony:1.1.0.300' - hvrImplementation 'com.huawei.agconnect:agconnect-core:1.6.5.300' + hvrImplementation 'com.huawei.agconnect:agconnect-core:1.9.1.301' hvrImplementation 'com.huawei.hms:hianalytics:6.3.2.300' hvrImplementation 'com.huawei.hms:ml-computer-voice-asr:3.1.0.300' hvrImplementation 'com.huawei.hms:location:6.2.0.300' diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 7da60261e29..34d0b3d22a3 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -29,7 +29,6 @@ android:label="@string/app_name" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" - android:extractNativeLibs="true" android:theme="@style/FxR.Dark">