Skip to content

Commit

Permalink
feat: upgrade client gradle version
Browse files Browse the repository at this point in the history
  • Loading branch information
edusperoni committed Sep 27, 2023
1 parent f1cfdf6 commit c778c0d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
],
"version_info": {
"v8": "8.3.110.9",
"gradle": "7.5",
"gradleAndroid": "7.3.0",
"gradle": "7.6",
"gradleAndroid": "7.4.2",
"ndk": "r21",
"ndkApiLevel": "22",
"minSdk": "17",
Expand All @@ -22,8 +22,8 @@
},
"// this gradle key is here for backwards compatibility - we'll phase it out slowly...": "",
"gradle": {
"version": "7.5",
"android": "7.3.0"
"version": "7.6",
"android": "7.4.2"
},
"scripts": {
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
Expand Down

0 comments on commit c778c0d

Please sign in to comment.