From 09bc3fb42ff05b8cd511cf61237cc23e8f0d440d Mon Sep 17 00:00:00 2001 From: nkalupahana Date: Thu, 6 Feb 2025 17:14:08 -0800 Subject: [PATCH] Finish example app update for Capacitor 7 --- example/android/app/capacitor.build.gradle | 4 ++-- example/package-lock.json | 9 +++++---- example/package.json | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/example/android/app/capacitor.build.gradle b/example/android/app/capacitor.build.gradle index 6237627..419b0b5 100644 --- a/example/android/app/capacitor.build.gradle +++ b/example/android/app/capacitor.build.gradle @@ -2,8 +2,8 @@ android { compileOptions { - sourceCompatibility JavaVersion.VERSION_17 - targetCompatibility JavaVersion.VERSION_17 + sourceCompatibility JavaVersion.VERSION_21 + targetCompatibility JavaVersion.VERSION_21 } } diff --git a/example/package-lock.json b/example/package-lock.json index 4e11690..6672d24 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -5531,9 +5531,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001566", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001566.tgz", - "integrity": "sha512-ggIhCsTxmITBAMmK8yZjEhCO5/47jKXPu6Dha/wuCS4JePVL+3uiDEBuhu2aIoT+bqTOR8L76Ip1ARL9xYsEJA==", + "version": "1.0.30001697", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001697.tgz", + "integrity": "sha512-GwNPlWJin8E+d7Gxq96jxM6w0w+VFeyyXRsjU58emtkYqnbwHqXm5uT2uCmO0RQE9htWknOP4xtBlLmM/gWxvQ==", "funding": [ { "type": "opencollective", @@ -5547,7 +5547,8 @@ "type": "github", "url": "https://github.com/sponsors/ai" } - ] + ], + "license": "CC-BY-4.0" }, "node_modules/case-sensitive-paths-webpack-plugin": { "version": "2.4.0", diff --git a/example/package.json b/example/package.json index c326ca9..9646c0f 100644 --- a/example/package.json +++ b/example/package.json @@ -74,4 +74,4 @@ "@capacitor/cli": "^7.0.0" }, "description": "An Ionic project" -} \ No newline at end of file +}