Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/export/
H A DexportHermes.ts175 const gradlePropertiesPath = path.join(projectRoot, 'android', 'gradle.properties'); constant
176 if (fs.existsSync(gradlePropertiesPath)) {
177 const props = parseGradleProperties(await fs.readFile(gradlePropertiesPath, 'utf8'));