From b86fe324f58d558b2fd1110021eaf2bfb8e4f54a Mon Sep 17 00:00:00 2001 From: lan Date: Mon, 25 May 2026 14:08:03 +0800 Subject: [PATCH] chore(config): add withSettingsGradle to Huawei push plugin Import `withSettingsGradle` from `@expo/config-plugins` to support necessary Gradle configuration within the Huawei push plugin. --- plugins/withHuaweiPush.js | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/withHuaweiPush.js b/plugins/withHuaweiPush.js index f373dd3..cd1bbfd 100644 --- a/plugins/withHuaweiPush.js +++ b/plugins/withHuaweiPush.js @@ -1,6 +1,7 @@ const { withAppBuildGradle, withProjectBuildGradle, + withSettingsGradle, withDangerousMod, withAndroidManifest, } = require('@expo/config-plugins');