Skip to content

Commit af925d5

Browse files
committed
fix: add back gradle key in package json for the time being
1 parent 79c0b32 commit af925d5

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

package.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,20 @@
99
"files": [
1010
"**/*"
1111
],
12-
"version_info":{
12+
"version_info": {
1313
"v8": "8.3.110.9",
1414
"gradle": "7.4",
1515
"gradleAndroid": "7.1.2",
1616
"ndk": "r21",
1717
"ndkApiLevel": "122",
1818
"minSdk": "17",
1919
"compileSdk": "31",
20-
"buildTools":"31.0.0",
21-
"kotlin":"1.6.0"
20+
"buildTools": "31.0.0",
21+
"kotlin": "1.6.0"
2222
},
23-
"publishConfig": {"tag":"alpha", "access": "public"}
23+
"// this gradle key is here for backwards compatibility - we'll phase it out slowly...": "",
24+
"gradle": {
25+
"version": "7.4",
26+
"android": "7.1.2"
27+
}
2428
}

0 commit comments

Comments
 (0)