Skip to content

Commit feb58e4

Browse files
authored
rn: update Capture to 0.17.9 (#81)
1 parent 53031f0 commit feb58e4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/react-native/BdReactNative.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ require "json"
22

33
package = JSON.parse(File.read(File.join(__dir__, "package.json")))
44
folly_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

77
Pod::Spec.new do |s|
88
s.name = "BdReactNative"

packages/react-native/android/build.gradle

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

118118
if (isNewArchitectureEnabled()) {

packages/react-native/src/plugin/withAndroid.ts

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

0 commit comments

Comments
 (0)