@datadog/mobile-react-native-session-replay 2.7.0 → 2.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -120,7 +120,7 @@ android {
120
120
  }
121
121
 
122
122
  defaultConfig {
123
- minSdkVersion 21
123
+ minSdkVersion getExtOrIntegerDefault('minSdkVersion')
124
124
  targetSdkVersion getExtOrIntegerDefault('targetSdkVersion')
125
125
  versionCode 1
126
126
  versionName "1.0"
@@ -1,5 +1,6 @@
1
1
  DatadogSDKReactNativeSessionReplay_kotlinVersion=1.8.21
2
2
  DatadogSDKReactNativeSessionReplay_compileSdkVersion=33
3
+ DatadogSDKReactNativeSessionReplay_minSdkVersion=21
3
4
  DatadogSDKReactNativeSessionReplay_buildToolsVersion=33.0.0
4
5
  DatadogSDKReactNativeSessionReplay_targetSdkVersion=33
5
6
  android.useAndroidX=true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datadog/mobile-react-native-session-replay",
3
- "version": "2.7.0",
3
+ "version": "2.7.1",
4
4
  "description": "A client-side React Native module to enable session replay with Datadog",
5
5
  "keywords": [
6
6
  "datadog",
@@ -90,5 +90,5 @@
90
90
  "javaPackageName": "com.datadog.reactnative.sessionreplay"
91
91
  }
92
92
  },
93
- "gitHead": "a0d4f136f343b5d72ab7f79f442a6d75294e26c1"
93
+ "gitHead": "c6df8964f84e95e77ee3d5b32272624ab1aabd48"
94
94
  }