Skip to content

Commit b4ad8e5

Browse files
fix: update legacy android version in package.json (#1744)
* Update package.json Fix broke builds for older projects * Update package.json --------- Co-authored-by: Eduardo Speroni <edusperoni@users.noreply.github.com>
1 parent 8b53d02 commit b4ad8e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"// this gradle key is here for backwards compatibility - we'll phase it out slowly...": "",
2424
"gradle": {
2525
"version": "7.5",
26-
"android": "7.3."
26+
"android": "7.3.0"
2727
},
2828
"scripts": {
2929
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",

0 commit comments

Comments
 (0)