We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ec381d + 664158e commit 8c69d33Copy full SHA for 8c69d33
src/paths.js
@@ -196,7 +196,7 @@ export const getAndroidUpdateFilesContentOptions = ({
196
{
197
files: 'android/settings.gradle',
198
from: [/rootProject.name = "(.*)"/g, /rootProject.name = '(.*)'/g],
199
- to: `rootProject.name = '${newName}'`,
+ to: `rootProject.name = "${newName}"`,
200
},
201
202
files: [`android/app/src/main/java/${newBundleIDAsPath}/MainActivity.java`],
0 commit comments