Skip to content

Commit

Permalink
feat: update dfu library
Browse files Browse the repository at this point in the history
  • Loading branch information
robsonos committed Mar 30, 2024
1 parent 5903681 commit 951dc52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CapacitorCommunityNordicDfu.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 951dc52

Please sign in to comment.