Skip to content

Commit

Permalink
Merge branch 'release/3.2.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
junedomingo committed Jan 19, 2023
2 parents 64c0c17 + 70d0cf2 commit 0d6d5c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-rename",
"version": "3.2.8",
"version": "3.2.9",
"description": "Rename react-native app with just one command",
"main": "lib/index.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/paths.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ export const getAndroidUpdateBundleIDOptions = ({
'android/app/BUCK',
'android/app/build.gradle',
`android/app/src/debug/java/${newBundleIDAsPath}/ReactNativeFlipper.java`,
`android/app/src/release/java/${newBundleIDAsPath}/ReactNativeFlipper.java`,
`android/app/src/main/java/${newBundleIDAsPath}/MainActivity.java`,
`android/app/src/main/java/${newBundleIDAsPath}/MainApplication.java`,
],
Expand Down

0 comments on commit 0d6d5c4

Please sign in to comment.