chore(config): add withSettingsGradle to Huawei push plugin
Import `withSettingsGradle` from `@expo/config-plugins` to support necessary Gradle configuration within the Huawei push plugin.
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
const {
|
const {
|
||||||
withAppBuildGradle,
|
withAppBuildGradle,
|
||||||
withProjectBuildGradle,
|
withProjectBuildGradle,
|
||||||
|
withSettingsGradle,
|
||||||
withDangerousMod,
|
withDangerousMod,
|
||||||
withAndroidManifest,
|
withAndroidManifest,
|
||||||
} = require('@expo/config-plugins');
|
} = require('@expo/config-plugins');
|
||||||
|
|||||||
Reference in New Issue
Block a user