File tree Expand file tree Collapse file tree 4 files changed +11
-5
lines changed
Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1+ ## 2.2.0
2+
3+ Android: Improving default camera lens for numerous phone models.
4+
5+ https://docs.spren.com/spren-vision/spren-vision-android-sdk
6+
17## 2.1.2
28
39iOS: Fixed frame drop issue
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.3 " )
42- implementation(" com.spren:sprencapture:2.0.4 " )
41+ implementation(" com.spren:sprencore:2.0.4 " )
42+ implementation(" com.spren:sprencapture:2.0.5 " )
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
66Pod ::Spec . new do |s |
77 s . name = 'spren_flutter'
8- s . version = '2.1.2 '
8+ s . version = '2.2.0 '
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.1.2 .flutter" }
15+ s . source = { :git => "https://github.com/Elite-HRV/spren-vision-ios.git" , :tag => "v2.2.0 .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.1.2
3+ version : 2.2.0
44homepage : https://www.spren.com/
55
66environment :
You can’t perform that action at this time.
0 commit comments