Skip to content

Commit 4b47b25

Browse files
authored
React Native 2.0.1: Release prep (#32)
* Android: Samsung Galaxy S22 - adding support * Flutter 2.2.1: Release prep * React native upgrade spren dependencies * React Native 2.0.1: Release prep
1 parent cc0bc25 commit 4b47b25

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

react-native/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ dependencies {
6565
}
6666
}
6767
// END TODO
68-
implementation("com.spren:sprencore:2.0.0")
69-
implementation("com.spren:sprencapture:2.0.0")
68+
implementation("com.spren:sprencore:2.0.4")
69+
implementation("com.spren:sprencapture:2.0.6")
7070

7171
def camerax_version = "1.1.0-rc02"
7272
implementation "androidx.camera:camera-view:${camerax_version}"

react-native/example/ios/Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PODS:
22
- boost (1.76.0)
33
- CocoaAsyncSocket (7.6.5)
4-
- DeviceKit (4.6.0)
4+
- DeviceKit (4.9.0)
55
- DoubleConversion (1.1.6)
66
- FBLazyVector (0.67.2)
77
- FBReactNativeSpec (0.67.2):
@@ -282,7 +282,7 @@ PODS:
282282
- React-Core
283283
- react-native-keep-awake (4.0.0):
284284
- React
285-
- react-native-spren (2.0.0):
285+
- react-native-spren (2.0.1):
286286
- React-Core
287287
- SprenVision (~> 1.2.0)
288288
- React-perflogger (0.67.2)
@@ -400,7 +400,7 @@ PODS:
400400
- Sentry (7.11.0):
401401
- Sentry/Core (= 7.11.0)
402402
- Sentry/Core (7.11.0)
403-
- SprenVision (1.2.0):
403+
- SprenVision (1.2.1):
404404
- DeviceKit (~> 4.0)
405405
- Yoga (1.14.0)
406406
- YogaKit (1.18.1):
@@ -578,7 +578,7 @@ EXTERNAL SOURCES:
578578
SPEC CHECKSUMS:
579579
boost: a7c83b31436843459a1961bfd74b96033dc77234
580580
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
581-
DeviceKit: 834dd8aa1be53cd85364d8f49aa5d98bfac397c4
581+
DeviceKit: 847709bf70b78fd9ab765bd571fb9f5f815c3fc1
582582
DoubleConversion: 831926d9b8bf8166fd87886c4abab286c2422662
583583
FBLazyVector: 244195e30d63d7f564c55da4410b9a24e8fbceaa
584584
FBReactNativeSpec: c94002c1d93da3658f4d5119c6994d19961e3d52
@@ -611,7 +611,7 @@ SPEC CHECKSUMS:
611611
React-logger: 23de8ea0f44fa00ee77e96060273225607fd4d78
612612
react-native-config: 6502b1879f97ed5ac570a029961fc35ea606cd14
613613
react-native-keep-awake: afad8a51dfef9fe9655a6344771be32c8596d774
614-
react-native-spren: 9c9932f35b976b747165708c76a816ae8aea485a
614+
react-native-spren: 8a96f90393376ef89cbe443eeaf76e8daf106e25
615615
React-perflogger: 3c9bb7372493e49036f07a82c44c8cf65cbe88db
616616
React-RCTActionSheet: 052606483045a408693aa7e864410b4a052f541a
617617
React-RCTAnimation: 08d4cac13222bb1348c687a0158dfd3b577cdb63
@@ -631,7 +631,7 @@ SPEC CHECKSUMS:
631631
RNSentry: fbbdcd7213058e3de5fbaa452b25a06a16b4b382
632632
RNSVG: 302bfc9905bd8122f08966dc2ce2d07b7b52b9f8
633633
Sentry: 0c5cd63d714187b4a39c331c1f0eb04ba7868341
634-
SprenVision: 7e193808aa798037b6fced4271afde9f271ab941
634+
SprenVision: b86636e06526f1cb5bca5238fc0e72f7cc80ff38
635635
Yoga: 9b6696970c3289e8dea34b3eda93f23e61fb8121
636636
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
637637

react-native/example/yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1388,7 +1388,7 @@
13881388
"@sinonjs/commons" "^1.7.0"
13891389

13901390
"@spren/react-native@file:..":
1391-
version "2.0.0"
1391+
version "2.0.1"
13921392

13931393
"@tootallnate/once@1":
13941394
version "1.1.2"

0 commit comments

Comments
 (0)