Skip to content

Commit 842515d

Browse files
authored
Flutter 2.2.2 release prep (#33)
* Android: Samsung Galaxy S22 - adding support * Flutter 2.2.1: Release prep * React native upgrade spren dependencies * React Native 2.0.1: Release prep * bump sprencore:2.0.5, sprencapture:2.0.7 * Android: Fixed concurrency exception, fixed null-pointer exception
1 parent cf100bd commit 842515d

File tree

6 files changed

+12
-8
lines changed

6 files changed

+12
-8
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.2
2+
3+
Android: Fixed concurrency exception, fixed null-pointer exception
4+
15
## 2.2.1
26

37
Android: Samsung Galaxy S22 - adding support

flutter/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ android {
3838
}
3939

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

flutter/example/ios/Podfile.lock

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

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.2.1"
303+
version: "2.2.2"
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.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.

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.1
3+
version: 2.2.2
44
homepage: https://www.spren.com/
55

66
environment:

0 commit comments

Comments
 (0)