Skip to content

Commit b8b0afa

Browse files
committed
fix: revert 1.2.0 changes
1 parent 0b22170 commit b8b0afa

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 1.3.0
2+
3+
Reverted the changes from 1.2.0, it seems that RN cli is somehow unstable with its
4+
params for plugins
5+
6+
This should fix the build gradle not being found properly again
7+
18
# 1.2.0
29

310
Made the cli prefer using the `buildGradlePath` from RN cli, this probably doesn't

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-cli-bump-version",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"main": "src/index.ts",
55
"types": "lib/index.d.ts",
66
"license": "MIT",

react-native.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = {
1111
return
1212
}
1313

14-
const appGradlePath = config.project.android.buildGradlePath || path.join(
14+
const appGradlePath = path.join(
1515
config.project.android.sourceDir,
1616
config.project.android.appName,
1717
'build.gradle'

0 commit comments

Comments
 (0)