From e428a35d4ac384fa202e3093a4ba0c819e9124fb Mon Sep 17 00:00:00 2001 From: Shawn Jackson Date: Wed, 19 Jun 2024 17:38:36 -0700 Subject: [PATCH] CU-8688ucrbp updating gradle to 8.2 --- android/.idea/deploymentTargetSelector.xml | 10 + android/.idea/kotlinc.xml | 2 +- android/.idea/migrations.xml | 10 + android/.idea/other.xml | 263 ++++++++++++++++++ .../gradle/wrapper/gradle-wrapper.properties | 3 +- ios/App/App/capacitor.config.json | 24 +- 6 files changed, 309 insertions(+), 3 deletions(-) create mode 100644 android/.idea/deploymentTargetSelector.xml create mode 100644 android/.idea/migrations.xml create mode 100644 android/.idea/other.xml diff --git a/android/.idea/deploymentTargetSelector.xml b/android/.idea/deploymentTargetSelector.xml new file mode 100644 index 0000000..b268ef3 --- /dev/null +++ b/android/.idea/deploymentTargetSelector.xml @@ -0,0 +1,10 @@ + + + + + + + + + \ No newline at end of file diff --git a/android/.idea/kotlinc.xml b/android/.idea/kotlinc.xml index 69e8615..f8467b4 100644 --- a/android/.idea/kotlinc.xml +++ b/android/.idea/kotlinc.xml @@ -1,6 +1,6 @@ - \ No newline at end of file diff --git a/android/.idea/migrations.xml b/android/.idea/migrations.xml new file mode 100644 index 0000000..f8051a6 --- /dev/null +++ b/android/.idea/migrations.xml @@ -0,0 +1,10 @@ + + + + + + \ No newline at end of file diff --git a/android/.idea/other.xml b/android/.idea/other.xml new file mode 100644 index 0000000..0d3a1fb --- /dev/null +++ b/android/.idea/other.xml @@ -0,0 +1,263 @@ + + + + + + \ No newline at end of file diff --git a/android/gradle/wrapper/gradle-wrapper.properties b/android/gradle/wrapper/gradle-wrapper.properties index 3796d3c..6b558a6 100644 --- a/android/gradle/wrapper/gradle-wrapper.properties +++ b/android/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,6 @@ +#Wed Jun 19 17:28:00 PDT 2024 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/ios/App/App/capacitor.config.json b/ios/App/App/capacitor.config.json index bed999c..1e3ae73 100644 --- a/ios/App/App/capacitor.config.json +++ b/ios/App/App/capacitor.config.json @@ -25,5 +25,27 @@ "persist": false, "autoClear": true } - } + }, + "packageClassList": [ + "BackgroundGeolocation", + "BluetoothLe", + "FileOpenerPlugin", + "KeepAwakePlugin", + "CapacitorSQLitePlugin", + "AppPlugin", + "CAPCameraPlugin", + "DevicePlugin", + "FilesystemPlugin", + "GeolocationPlugin", + "HapticsPlugin", + "KeyboardPlugin", + "LocalNotificationsPlugin", + "CAPNetworkPlugin", + "PreferencesPlugin", + "PushNotificationsPlugin", + "SplashScreenPlugin", + "StatusBarPlugin", + "BadgePlugin", + "ResgridPlugin" + ] }