fidel-react-native 3.0.4 → 3.0.6

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.
@@ -6,7 +6,7 @@ buildscript {
6
6
  }
7
7
 
8
8
  dependencies {
9
- classpath 'com.android.tools.build:gradle:7.2.1'
9
+ classpath 'com.android.tools.build:gradle:8.4.2'
10
10
  }
11
11
  }
12
12
 
@@ -14,12 +14,13 @@ apply plugin: 'com.android.library'
14
14
  apply from: 'jacoco.gradle'
15
15
 
16
16
  android {
17
- compileSdkVersion 33
17
+ namespace 'com.fidel.fidel'
18
+ compileSdkVersion 36
18
19
  buildToolsVersion "30.0.3"
19
20
 
20
21
  defaultConfig {
21
22
  minSdkVersion 21
22
- targetSdkVersion 32
23
+ targetSdkVersion 36
23
24
  versionCode 1
24
25
  versionName "2.0.0"
25
26
  }
@@ -1,6 +1,2 @@
1
1
 
2
- <manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
- package="com.fidelreactlibrary">
4
-
5
- </manifest>
6
-
2
+ <manifest />
@@ -170,7 +170,7 @@ public final class ResultsAdapter implements DataAdapter<Object, WritableMap>, C
170
170
  putErrorTypeConstant(errorTypeConstants, FidelErrorType.UserCanceled.INSTANCE);
171
171
  putErrorTypeConstant(errorTypeConstants, FidelErrorType.DeviceNotSecure.INSTANCE);
172
172
  putErrorTypeConstant(errorTypeConstants, FidelErrorType.SdkConfigurationError.INSTANCE);
173
- putErrorTypeConstant(errorTypeConstants, new FidelErrorType.EnrollmentError(EnrollmentErrorType.CARD_ALREADY_EXISTS));
173
+ putErrorTypeConstant(errorTypeConstants, new FidelErrorType.EnrollmentError(EnrollmentErrorType.CARD_ALREADY_EXISTS, ""));
174
174
  errorConstants.put("ErrorType", errorTypeConstants);
175
175
 
176
176
  Map<String, String> enrollmentErrorTypeConstants = new HashMap<>();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fidel-react-native",
3
- "version": "3.0.4",
3
+ "version": "3.0.6",
4
4
  "description": "Fidel's React Native bridge library for iOS and Android.",
5
5
  "main": "index.js",
6
6
  "nativePackage": true,
File without changes
@@ -1,2 +0,0 @@
1
- #Fri Jul 04 10:23:53 WEST 2025
2
- gradle.version=8.10
@@ -1,2 +0,0 @@
1
- #Fri Jul 04 10:23:48 WEST 2025
2
- java.home=/Applications/Android Studio.app/Contents/jbr/Contents/Home
Binary file
File without changes