@amplitude/analytics-react-native 1.5.50 → 1.5.52

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.
@@ -1,19 +1,3 @@
1
- buildscript {
2
- // Buildscript is evaluated before everything else so we can't use getExtOrDefault
3
- def kotlin_version = rootProject.ext.has("kotlinVersion") ? rootProject.ext.get("kotlinVersion") : project.properties["AmplitudeReactNative_kotlinVersion"]
4
-
5
- repositories {
6
- google()
7
- mavenCentral()
8
- }
9
-
10
- dependencies {
11
- classpath "com.android.tools.build:gradle:7.2.1"
12
- // noinspection DifferentKotlinGradleVersion
13
- classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
14
- }
15
- }
16
-
17
1
  def isNewArchitectureEnabled() {
18
2
  return rootProject.hasProperty("newArchEnabled") && rootProject.getProperty("newArchEnabled") == "true"
19
3
  }
@@ -4,5 +4,5 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.VERSION = void 0;
7
- const VERSION = exports.VERSION = '1.5.50';
7
+ const VERSION = exports.VERSION = '1.5.52';
8
8
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export const VERSION = '1.5.50';
1
+ export const VERSION = '1.5.52';
2
2
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "1.5.50";
1
+ export declare const VERSION = "1.5.52";
2
2
  //# sourceMappingURL=version.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amplitude/analytics-react-native",
3
- "version": "1.5.50",
3
+ "version": "1.5.52",
4
4
  "description": "Official React Native SDK",
5
5
  "keywords": [
6
6
  "analytics",
@@ -39,10 +39,10 @@
39
39
  "url": "https://github.com/amplitude/Amplitude-TypeScript/issues"
40
40
  },
41
41
  "dependencies": {
42
+ "@amplitude/analytics-core": "2.41.5",
42
43
  "@amplitude/ua-parser-js": "^0.7.31",
43
44
  "@react-native-async-storage/async-storage": "^1.17.11",
44
- "tslib": "^2.4.1",
45
- "@amplitude/analytics-core": "2.41.7"
45
+ "tslib": "^2.4.1"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@types/react": "^18.0.26",
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '1.5.50';
1
+ export const VERSION = '1.5.52';