diff --git a/.auto-release-react-version b/.auto-release-react-version index d9df1bbc..af88ba82 100644 --- a/.auto-release-react-version +++ b/.auto-release-react-version @@ -1 +1 @@ -0.11.0 +0.11.1 diff --git a/packages/react-native/BdReactNative.podspec b/packages/react-native/BdReactNative.podspec index 1359eefb..0f78c70e 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.22.0' +capture_version = '0.22.1' 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 80488e4e..6cb4d9e5 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.22.0' + api 'io.bitdrift:capture:0.22.1' } if (isNewArchitectureEnabled()) { diff --git a/packages/react-native/src/plugin/withAndroid.ts b/packages/react-native/src/plugin/withAndroid.ts index 4bd0f4ec..0fd637f8 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.22.0' + id 'io.bitdrift.capture-plugin' version '0.22.1' } ` + config.modResults.contents;