fidel-react-native 1.4.3 → 1.5.0
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 +3 -0
- package/android/build.gradle +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# Fidel React Native bridge library change log
|
|
2
2
|
|
|
3
|
+
## 1.5.0
|
|
4
|
+
- Remove card scanning confirmation screen.
|
|
5
|
+
|
|
3
6
|
## 1.4.3
|
|
4
7
|
- Add United Arab Emirates option as a country of issuance.
|
|
5
8
|
- Country label shrinks its font size, to fit longer country names, on smaller devices.
|
package/android/build.gradle
CHANGED
|
@@ -20,7 +20,7 @@ android {
|
|
|
20
20
|
minSdkVersion 21
|
|
21
21
|
targetSdkVersion 30
|
|
22
22
|
versionCode 1
|
|
23
|
-
versionName "1.0"
|
|
23
|
+
versionName "1.5.0"
|
|
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.
|
|
42
|
+
implementation 'com.github.FidelLimited:android-sdk:1.6.0'
|
|
43
43
|
|
|
44
44
|
testImplementation 'junit:junit:4.13.2'
|
|
45
45
|
testImplementation 'androidx.test.ext:junit:1.1.2'
|