File tree Expand file tree Collapse file tree 6 files changed +12
-8
lines changed
Expand file tree Collapse file tree 6 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 1+ ## 2.2.2
2+
3+ Android: Fixed concurrency exception, fixed null-pointer exception
4+
15## 2.2.1
26
37Android: Samsung Galaxy S22 - adding support
Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ android {
3838}
3939
4040dependencies {
41- implementation(" com.spren:sprencore:2.0.4 " )
42- implementation(" com.spren:sprencapture:2.0.6 " )
41+ implementation(" com.spren:sprencore:2.0.5 " )
42+ implementation(" com.spren:sprencapture:2.0.7 " )
4343 def camerax_version = " 1.1.0-rc02"
4444 implementation " androidx.camera:camera-view:${ camerax_version} "
4545 implementation " androidx.coordinatorlayout:coordinatorlayout:1.2.0"
Original file line number Diff line number Diff line change 55 - Flutter (1.0.0)
66 - permission_handler_apple (9.0.4):
77 - Flutter
8- - spren_flutter (2.2.1 ):
8+ - spren_flutter (2.2.2 ):
99 - Flutter
1010 - SprenVision (~> 1.2.1)
1111 - SprenVision (1.2.1):
@@ -42,7 +42,7 @@ SPEC CHECKSUMS:
4242 DeviceKit: 847709bf70b78fd9ab765bd571fb9f5f815c3fc1
4343 Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a
4444 permission_handler_apple: 44366e37eaf29454a1e7b1b7d736c2cceaeb17ce
45- spren_flutter: 13e5e5e575d2952ad48709a922700692dff5418b
45+ spren_flutter: 910bb1aaa6d5d47c3a69c1062bf1d502fb06476a
4646 SprenVision: b86636e06526f1cb5bca5238fc0e72f7cc80ff38
4747 wakelock: d0fc7c864128eac40eba1617cb5264d9c940b46f
4848
Original file line number Diff line number Diff line change @@ -300,7 +300,7 @@ packages:
300300 path: ".."
301301 relative: true
302302 source: path
303- version: "2.2.1 "
303+ version: "2.2.2 "
304304 sprintf:
305305 dependency: "direct main"
306306 description:
Original file line number Diff line number Diff line change 55
66Pod ::Spec . new do |s |
77 s . name = 'spren_flutter'
8- s . version = '2.2.1 '
8+ s . version = '2.2.2 '
99 s . summary = "Flutter plugin wrapping Spren"
1010 s . homepage = "https://github.com/Elite-HRV/spren-vision-ios#readme"
1111 s . license = "SEE LICENSE IN LICENSE.pdf"
1212 s . author = "nick <nick@elitehrv.com> (https://github.com/Elite-HRV)"
1313
1414 s . platforms = { :ios => "14.0" }
15- s . source = { :git => "https://github.com/Elite-HRV/spren-vision-ios.git" , :tag => "v2.2.1 .flutter" }
15+ s . source = { :git => "https://github.com/Elite-HRV/spren-vision-ios.git" , :tag => "v2.2.2 .flutter" }
1616 s . source_files = "Classes/**/*"
1717
1818 # Flutter.framework does not contain a i386 slice.
Original file line number Diff line number Diff line change 11name : spren_flutter
22description : Spren flutter plugin
3- version : 2.2.1
3+ version : 2.2.2
44homepage : https://www.spren.com/
55
66environment :
You can’t perform that action at this time.
0 commit comments