Skip to content

Commit

Permalink
Merge pull request #11 from robsonos/dev
Browse files Browse the repository at this point in the history
Merge dev into main 🔀
  • Loading branch information
robsonos committed Mar 30, 2024
2 parents 5903681 + 951dc52 commit 44ba9e6
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 44ba9e6

Please sign in to comment.