From 951dc5267b84f54ff14dbe6c3be06ed544088a00 Mon Sep 17 00:00:00 2001 From: Robson Oliveira dos Santos Date: Sat, 30 Mar 2024 17:16:21 +1100 Subject: [PATCH] feat: update dfu library --- CapacitorCommunityNordicDfu.podspec | 2 +- android/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CapacitorCommunityNordicDfu.podspec b/CapacitorCommunityNordicDfu.podspec index c6c5646..5b4f7dc 100644 --- a/CapacitorCommunityNordicDfu.podspec +++ b/CapacitorCommunityNordicDfu.podspec @@ -14,5 +14,5 @@ Pod::Spec.new do |s| s.ios.deployment_target = '13.0' s.dependency 'Capacitor' s.swift_version = '5.1' - s.dependency 'iOSDFULibrary', '~> 4.14.0' + s.dependency 'iOSDFULibrary', '~> 4.15.0' end diff --git a/android/build.gradle b/android/build.gradle index 9fb6388..33877c9 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -55,5 +55,5 @@ dependencies { testImplementation "junit:junit:$junitVersion" androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion" androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion" - implementation "no.nordicsemi.android:dfu:2.4.1" + implementation "no.nordicsemi.android:dfu:2.4.2" }