Skip to content

Commit

Permalink
release of v6.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
juliansteenbakker committed Mar 27, 2024
1 parent 5993e26 commit 08bac78
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 6.1.4
* [Android] Updated Nordic DFU Library to version 2.4.2
* [iOS] Updated Nordic DFU Library to version 4.15.0

## 6.1.3
* [Android] Updated Nordic DFU Library to version 2.3.1
* [Android] Fix crash on Android 14
Expand Down
2 changes: 1 addition & 1 deletion ios/Classes/SwiftNordicDfuPlugin.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Flutter
import UIKit
import iOSDFULibrary
import NordicDFU
import CoreBluetooth

public class SwiftNordicDfuPlugin: NSObject, FlutterPlugin, FlutterStreamHandler, DFUServiceDelegate, DFUProgressDelegate, LoggerDelegate {
Expand Down
3 changes: 1 addition & 2 deletions ios/nordic_dfu.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ A new flutter plugin project.
s.public_header_files = 'Classes/**/*.h'
s.swift_version = '5.4'
s.dependency 'Flutter'
s.dependency 'iOSDFULibrary', '~> 4.13.0'

s.dependency 'iOSDFULibrary', '~> 4.15.0'
s.ios.deployment_target = '9.0'
end

2 changes: 1 addition & 1 deletion macos/Classes/NordicDfuPlugin.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Cocoa
import FlutterMacOS
import AppKit
import iOSDFULibrary
import NordicDFU
import CoreBluetooth

public class NordicDfuPlugin: NSObject, FlutterPlugin, FlutterStreamHandler, DFUServiceDelegate, DFUProgressDelegate, LoggerDelegate {
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: nordic_dfu
description: This library allows you to do a Device Firmware Update (DFU) of your nrf51 or nrf52 chip from Nordic Semiconductor. Fork of flutter-nordic-dfu.
version: 6.1.3
version: 6.1.4
homepage: https://github.com/juliansteenbakker/nordic_dfu

environment:
Expand Down

0 comments on commit 08bac78

Please sign in to comment.