@capacitor/cli 8.0.0-nightly-20250728T150658.0 → 8.0.0-nightly-20250730T150636.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/android-template.tar.gz +0 -0
- package/assets/capacitor-cordova-android-plugins.tar.gz +0 -0
- package/assets/capacitor-cordova-ios-plugins.tar.gz +0 -0
- package/assets/ios-pods-template.tar.gz +0 -0
- package/assets/ios-spm-template.tar.gz +0 -0
- package/dist/config.js +2 -2
- package/package.json +1 -1
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/config.js
CHANGED
|
@@ -194,7 +194,7 @@ async function loadAndroidConfig(rootDir, extConfig, cliConfig) {
|
|
|
194
194
|
};
|
|
195
195
|
return {
|
|
196
196
|
name,
|
|
197
|
-
minVersion: '
|
|
197
|
+
minVersion: '24',
|
|
198
198
|
studioPath,
|
|
199
199
|
platformDir,
|
|
200
200
|
platformDirAbs,
|
|
@@ -243,7 +243,7 @@ async function loadIOSConfig(rootDir, extConfig) {
|
|
|
243
243
|
};
|
|
244
244
|
return {
|
|
245
245
|
name,
|
|
246
|
-
minVersion: '
|
|
246
|
+
minVersion: '15.0',
|
|
247
247
|
platformDir,
|
|
248
248
|
platformDirAbs,
|
|
249
249
|
scheme,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@capacitor/cli",
|
|
3
|
-
"version": "8.0.0-nightly-
|
|
3
|
+
"version": "8.0.0-nightly-20250730T150636.0",
|
|
4
4
|
"description": "Capacitor: Cross-platform apps with JavaScript and the web",
|
|
5
5
|
"homepage": "https://capacitorjs.com",
|
|
6
6
|
"author": "Ionic Team <hi@ionic.io> (https://ionic.io)",
|