File tree Expand file tree Collapse file tree 8 files changed +18
-10
lines changed
Expand file tree Collapse file tree 8 files changed +18
-10
lines changed Original file line number Diff line number Diff line change 1+ ## 2.2.1
2+
3+ Android: Samsung Galaxy S22 - adding support
4+
15## 2.2.0
26
37Android: Improving default camera lens for numerous phone models.
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ android {
3939
4040dependencies {
4141 implementation(" com.spren:sprencore:2.0.4" )
42- implementation(" com.spren:sprencapture:2.0.5 " )
42+ implementation(" com.spren:sprencapture:2.0.6 " )
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 11PODS:
22 - device_info_plus (0.0.1):
33 - Flutter
4- - DeviceKit (4.6.1 )
4+ - DeviceKit (4.9.0 )
55 - Flutter (1.0.0)
66 - permission_handler_apple (9.0.4):
77 - Flutter
8- - spren_flutter (2.1.2 ):
8+ - spren_flutter (2.2.1 ):
99 - Flutter
1010 - SprenVision (~> 1.2.1)
1111 - SprenVision (1.2.1):
@@ -39,10 +39,10 @@ EXTERNAL SOURCES:
3939
4040SPEC CHECKSUMS:
4141 device_info_plus: e5c5da33f982a436e103237c0c85f9031142abed
42- DeviceKit: 316f28290430467278b8a0d1c895968efa9e16e2
42+ DeviceKit: 847709bf70b78fd9ab765bd571fb9f5f815c3fc1
4343 Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a
4444 permission_handler_apple: 44366e37eaf29454a1e7b1b7d736c2cceaeb17ce
45- spren_flutter: a78fdb25d70761c197a32f7bbd351d6bf79e6603
45+ spren_flutter: 13e5e5e575d2952ad48709a922700692dff5418b
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.1.2 "
303+ version: "2.2.1 "
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.0 '
8+ s . version = '2.2.1 '
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.0 .flutter" }
15+ s . source = { :git => "https://github.com/Elite-HRV/spren-vision-ios.git" , :tag => "v2.2.1 .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.0
3+ version : 2.2.1
44homepage : https://www.spren.com/
55
66environment :
Original file line number Diff line number Diff line change 1+ ## 2.0.1
2+
3+ Android: Samsung Galaxy S22 - adding support
4+
15## 2.0.0
26
37###Android Breaking changes in 2.x
Original file line number Diff line number Diff line change 11{
22 "name" : " @spren/react-native" ,
3- "version" : " 2.0.0 " ,
3+ "version" : " 2.0.1 " ,
44 "description" : " React Native module wrapping Spren" ,
55 "main" : " lib/commonjs/index" ,
66 "module" : " lib/module/index" ,
You can’t perform that action at this time.
0 commit comments