File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
310Made the cli prefer using the ` buildGradlePath ` from RN cli, this probably doesn't
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments