Skip to content

Commit cc0bc25

Browse files
authored
Flutter: 2.2.1 Release (#31)
* Android: Samsung Galaxy S22 - adding support * Flutter 2.2.1: Release prep
1 parent 34b58dd commit cc0bc25

File tree

8 files changed

+18
-10
lines changed

8 files changed

+18
-10
lines changed

flutter/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.2.1
2+
3+
Android: Samsung Galaxy S22 - adding support
4+
15
## 2.2.0
26

37
Android: Improving default camera lens for numerous phone models.

flutter/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ android {
3939

4040
dependencies {
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"

flutter/example/ios/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
PODS:
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

4040
SPEC 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

flutter/example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

flutter/ios/spren_flutter.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55

66
Pod::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.

flutter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: spren_flutter
22
description: Spren flutter plugin
3-
version: 2.2.0
3+
version: 2.2.1
44
homepage: https://www.spren.com/
55

66
environment:

react-native/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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

react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)