Home
last modified time | relevance | path

Searched refs:CREATE_MANIFEST_ANDROID_PATH (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/config-plugins/src/android/
H A DUpdates.ts32 const CREATE_MANIFEST_ANDROID_PATH = 'expo-updates/scripts/create-manifest-android.gradle'; constant
202 .some((line) => line.includes(CREATE_MANIFEST_ANDROID_PATH));
205 new RegExp(`(\n// Integration with Expo updates)?\n.*${CREATE_MANIFEST_ANDROID_PATH}.*\n`),
220 const updatesGradleScriptPath = resolveFrom.silent(projectRoot, CREATE_MANIFEST_ANDROID_PATH);
/expo/packages/@expo/config-plugins/build/android/
H A DUpdates.js74 const CREATE_MANIFEST_ANDROID_PATH = 'expo-updates/scripts/create-manifest-android.gradle'; constant
171 …igured = buildGradleContents.split('\n').some(line => line.includes(CREATE_MANIFEST_ANDROID_PATH));
173 …eplace(new RegExp(`(\n// Integration with Expo updates)?\n.*${CREATE_MANIFEST_ANDROID_PATH}.*\n`),…
184 …updatesGradleScriptPath = _resolveFrom().default.silent(projectRoot, CREATE_MANIFEST_ANDROID_PATH);
H A DUpdates.js.map1CREATE_MANIFEST_ANDROID_PATH","Config","exports","withUpdates","config","withPlugins","withUpdates…