File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ require "json"
22
33package = JSON . parse ( File . read ( File . join ( __dir__ , "package.json" ) ) )
44folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32'
5- capture_version = '0.17.6 '
5+ capture_version = '0.17.9 '
66
77Pod ::Spec . new do |s |
88 s . name = "BdReactNative"
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ dependencies {
112112 // noinspection GradleDynamicVersion
113113 implementation " com.facebook.react:react-native:+"
114114 implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
115- api ' io.bitdrift:capture:0.17.6 '
115+ api ' io.bitdrift:capture:0.17.9 '
116116}
117117
118118if (isNewArchitectureEnabled()) {
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ const withBitdriftAppBuildGradle: ConfigPlugin<PluginProps | void> = (
2222 // Add the capture-plugin at the very top of the file.
2323 config . modResults . contents =
2424 `plugins {
25- id 'io.bitdrift.capture-plugin' version '0.17.6 '
25+ id 'io.bitdrift.capture-plugin' version '0.17.9 '
2626}
2727
2828` + config . modResults . contents ;
You can’t perform that action at this time.
0 commit comments