react-native-risk-sdk 1.6.3 → 1.6.4

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 1.6.4
4
+
5
+ * Update SDK Version
6
+
3
7
  ## 1.6.3
4
8
 
5
9
  * Optimise gradle script by consolidating properties lookup
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-native-risk-sdk",
3
3
  "title": "React Native Risk Sdk",
4
- "version": "1.6.3",
4
+ "version": "1.6.4",
5
5
  "description": "A Wrapper around the Device Connect Android SDK",
6
6
  "main": "index.js",
7
7
  "scripts": {
@@ -1,16 +0,0 @@
1
- ## This file must *NOT* be checked into Version Control Systems,
2
- # as it contains information specific to your local configuration.
3
- #
4
- # Location of the SDK. This is only used by Gradle.
5
- # For customization when using a Version Control System, please read the
6
- # header note.
7
- #Thu Aug 28 14:59:01 IST 2025
8
- sdk.dir=/Users/ashutosh.jena/Library/Android/sdk
9
-
10
- ACCESS_KEY=ACCESS_KEY
11
- SECRET_KEY=SECRET_KEY
12
- DC_SDK_VERSION=0.0.0
13
- DC_FLAVOR=ind
14
- COMMON_SDK_VERSION=0.0.0
15
- COMMON_FLAVOR=common
16
- LOGGER_SDK_VERSION=0.0.0