We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79c0b32 commit af925d5Copy full SHA for af925d5
package.json
@@ -9,16 +9,20 @@
9
"files": [
10
"**/*"
11
],
12
- "version_info":{
+ "version_info": {
13
"v8": "8.3.110.9",
14
"gradle": "7.4",
15
"gradleAndroid": "7.1.2",
16
"ndk": "r21",
17
"ndkApiLevel": "122",
18
"minSdk": "17",
19
"compileSdk": "31",
20
- "buildTools":"31.0.0",
21
- "kotlin":"1.6.0"
+ "buildTools": "31.0.0",
+ "kotlin": "1.6.0"
22
},
23
- "publishConfig": {"tag":"alpha", "access": "public"}
+ "// 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
+ }
28
}
0 commit comments