Searched refs:gradlePropertiesPath (Results 1 – 1 of 1) sorted by relevance
175 const gradlePropertiesPath = path.join(projectRoot, 'android', 'gradle.properties'); constant176 if (fs.existsSync(gradlePropertiesPath)) {177 const props = parseGradleProperties(await fs.readFile(gradlePropertiesPath, 'utf8'));