fidel-react-native 1.6.1 → 1.6.2

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,8 @@
1
1
  # Fidel React Native bridge library change log
2
2
 
3
+ ## 1.6.2
4
+ - Update Fidel API logo
5
+
3
6
  ## 1.6.1
4
7
  - Always provide the `scheme` field in Android, after successful card enrollments.
5
8
  - Provide support for `resConfigs` optimization parameter in Android.
@@ -20,7 +20,7 @@ android {
20
20
  minSdkVersion 21
21
21
  targetSdkVersion 30
22
22
  versionCode 1
23
- versionName "1.6.1"
23
+ versionName "1.6.2"
24
24
  }
25
25
  lintOptions {
26
26
  abortOnError false
@@ -39,7 +39,7 @@ repositories {
39
39
 
40
40
  dependencies {
41
41
  implementation 'com.facebook.react:react-native:+'
42
- implementation 'com.github.FidelLimited:android-sdk:1.7.1'
42
+ implementation 'com.github.FidelLimited:android-sdk:1.7.2'
43
43
 
44
44
  testImplementation 'junit:junit:4.13.2'
45
45
  testImplementation 'androidx.test.ext:junit:1.1.3'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fidel-react-native",
3
- "version": "1.6.1",
3
+ "version": "1.6.2",
4
4
  "description": "Fidel's React Native bridge library for iOS and Android.",
5
5
  "main": "index.js",
6
6
  "nativePackage": true,