Skip to content

Commit 8c69d33

Browse files
authored
Merge pull request #294 from DhavalsShah/patch-1
Update paths.js
2 parents 6ec381d + 664158e commit 8c69d33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/paths.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ export const getAndroidUpdateFilesContentOptions = ({
196196
{
197197
files: 'android/settings.gradle',
198198
from: [/rootProject.name = "(.*)"/g, /rootProject.name = '(.*)'/g],
199-
to: `rootProject.name = '${newName}'`,
199+
to: `rootProject.name = "${newName}"`,
200200
},
201201
{
202202
files: [`android/app/src/main/java/${newBundleIDAsPath}/MainActivity.java`],

0 commit comments

Comments
 (0)