Skip to content

Commit 7da7150

Browse files
Update Capture SDK version to 0.22.1 (#200)
Co-authored-by: bitdrift-opening-capture-sdk-prs[bot] <154374407+bitdrift-opening-capture-sdk-prs[bot]@users.noreply.github.com>
1 parent 2ca3faf commit 7da7150

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.auto-release-react-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.11.0
1+
0.11.1

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.22.0'
5+
capture_version = '0.22.1'
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.22.0'
115+
api 'io.bitdrift:capture:0.22.1'
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.22.0'
25+
id 'io.bitdrift.capture-plugin' version '0.22.1'
2626
}
2727
2828
` + config.modResults.contents;

0 commit comments

Comments
 (0)