Skip to content

Commit

Permalink
Merge pull request #294 from DhavalsShah/patch-1
Browse files Browse the repository at this point in the history
Update paths.js
  • Loading branch information
junedomingo authored Feb 19, 2025
2 parents 6ec381d + 664158e commit 8c69d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/paths.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export const getAndroidUpdateFilesContentOptions = ({
{
files: 'android/settings.gradle',
from: [/rootProject.name = "(.*)"/g, /rootProject.name = '(.*)'/g],
to: `rootProject.name = '${newName}'`,
to: `rootProject.name = "${newName}"`,
},
{
files: [`android/app/src/main/java/${newBundleIDAsPath}/MainActivity.java`],
Expand Down

0 comments on commit 8c69d33

Please sign in to comment.