Skip to content

Commit 0d6d5c4

Browse files
committed
Merge branch 'release/3.2.9'
2 parents 64c0c17 + 70d0cf2 commit 0d6d5c4

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-rename",
3-
"version": "3.2.8",
3+
"version": "3.2.9",
44
"description": "Rename react-native app with just one command",
55
"main": "lib/index.js",
66
"scripts": {

src/paths.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ export const getAndroidUpdateBundleIDOptions = ({
243243
'android/app/BUCK',
244244
'android/app/build.gradle',
245245
`android/app/src/debug/java/${newBundleIDAsPath}/ReactNativeFlipper.java`,
246+
`android/app/src/release/java/${newBundleIDAsPath}/ReactNativeFlipper.java`,
246247
`android/app/src/main/java/${newBundleIDAsPath}/MainActivity.java`,
247248
`android/app/src/main/java/${newBundleIDAsPath}/MainApplication.java`,
248249
],

0 commit comments

Comments
 (0)