Skip to content

Commit c700646

Browse files
update Android manifest (#1543)
local http needs a new manifest. Also bump bjs version
1 parent c27ac04 commit c700646

File tree

4 files changed

+33
-29
lines changed

4 files changed

+33
-29
lines changed

Apps/Playground/Android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
1818
<application
19+
android:networkSecurityConfig="@xml/network_security_config"
1920
android:allowBackup="false"
2021
android:fullBackupContent="false"
2122
android:icon="@mipmap/ic_launcher"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<network-security-config>
2+
<base-config cleartextTrafficPermitted="true" />
3+
</network-security-config>

Apps/package-lock.json

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Apps/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"postinstall": "npm run buildTest"
99
},
1010
"dependencies": {
11-
"babylonjs": "^8.3.1",
12-
"babylonjs-gltf2interface": "^8.3.1",
13-
"babylonjs-gui": "^8.3.1",
14-
"babylonjs-loaders": "^8.3.1",
15-
"babylonjs-materials": "^8.3.1",
11+
"babylonjs": "^8.17.0",
12+
"babylonjs-gltf2interface": "^8.17.0",
13+
"babylonjs-gui": "^8.17.0",
14+
"babylonjs-loaders": "^8.17.0",
15+
"babylonjs-materials": "^8.17.0",
1616
"chai": "^5.2.0",
1717
"jsc-android": "^241213.1.0",
1818
"mocha": "^11.1.0",

0 commit comments

Comments
 (0)