@amplitude/analytics-react-native 1.4.12 → 1.4.14
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.
|
@@ -115,7 +115,7 @@ class AndroidContextProvider(private val context: Context, shouldTrackAdid: Bool
|
|
|
115
115
|
if (manager.phoneType != TelephonyManager.PHONE_TYPE_CDMA) {
|
|
116
116
|
val country = manager.networkCountryIso
|
|
117
117
|
if (country != null) {
|
|
118
|
-
return country.
|
|
118
|
+
return country.uppercase(Locale.US)
|
|
119
119
|
}
|
|
120
120
|
}
|
|
121
121
|
} catch (e: Exception) {
|
package/lib/commonjs/version.js
CHANGED
package/lib/module/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '1.4.
|
|
1
|
+
export const VERSION = '1.4.14';
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "1.4.
|
|
1
|
+
export declare const VERSION = "1.4.14";
|
|
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.4.
|
|
3
|
+
"version": "1.4.14",
|
|
4
4
|
"description": "Official React Native SDK",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"analytics",
|
|
@@ -58,9 +58,9 @@
|
|
|
58
58
|
"url": "https://github.com/amplitude/Amplitude-TypeScript/issues"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@amplitude/analytics-client-common": "^1.2.
|
|
62
|
-
"@amplitude/analytics-core": "^1.2.
|
|
63
|
-
"@amplitude/analytics-types": "^1.
|
|
61
|
+
"@amplitude/analytics-client-common": "^1.2.6",
|
|
62
|
+
"@amplitude/analytics-core": "^1.2.8",
|
|
63
|
+
"@amplitude/analytics-types": "^1.4.0",
|
|
64
64
|
"@amplitude/ua-parser-js": "^0.7.31",
|
|
65
65
|
"@react-native-async-storage/async-storage": "^1.17.11",
|
|
66
66
|
"tslib": "^2.4.1"
|
|
@@ -90,5 +90,5 @@
|
|
|
90
90
|
]
|
|
91
91
|
]
|
|
92
92
|
},
|
|
93
|
-
"gitHead": "
|
|
93
|
+
"gitHead": "a5ee875c1a4ea6e497728db608393da8ad5a5e76"
|
|
94
94
|
}
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '1.4.
|
|
1
|
+
export const VERSION = '1.4.14';
|