diff --git a/packages/react-native/BdReactNative.podspec b/packages/react-native/BdReactNative.podspec index b71c2946..1d2e015c 100644 --- a/packages/react-native/BdReactNative.podspec +++ b/packages/react-native/BdReactNative.podspec @@ -2,7 +2,7 @@ require "json" package = JSON.parse(File.read(File.join(__dir__, "package.json"))) folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32' -capture_version = '0.17.5' +capture_version = '0.17.6' Pod::Spec.new do |s| s.name = "BdReactNative" diff --git a/packages/react-native/android/build.gradle b/packages/react-native/android/build.gradle index 92a70ac4..cc165525 100644 --- a/packages/react-native/android/build.gradle +++ b/packages/react-native/android/build.gradle @@ -112,7 +112,7 @@ dependencies { //noinspection GradleDynamicVersion implementation "com.facebook.react:react-native:+" implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - api 'io.bitdrift:capture:0.17.5' + api 'io.bitdrift:capture:0.17.6' } if (isNewArchitectureEnabled()) { diff --git a/packages/react-native/src/plugin/withAndroid.ts b/packages/react-native/src/plugin/withAndroid.ts index 39f25010..a99a16eb 100644 --- a/packages/react-native/src/plugin/withAndroid.ts +++ b/packages/react-native/src/plugin/withAndroid.ts @@ -22,7 +22,7 @@ const withBitdriftAppBuildGradle: ConfigPlugin = ( // Add the capture-plugin at the very top of the file. config.modResults.contents = `plugins { - id 'io.bitdrift.capture-plugin' version '0.17.5' + id 'io.bitdrift.capture-plugin' version '0.17.6' } ` + config.modResults.contents;