We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91ce3f1 commit 4aff7b6Copy full SHA for 4aff7b6
android/build.gradle
@@ -10,8 +10,8 @@ android {
10
defaultConfig {
11
minSdkVersion safeExtGet('minSdkVersion', 21)
12
targetSdkVersion safeExtGet('targetSdkVersion', 33)
13
- versionCode 302
14
- versionName "3.0.2"
+ versionCode 301
+ versionName "3.0.1"
15
ndk {
16
abiFilters "armeabi-v7a", "x86"
17
}
package.json
@@ -5,7 +5,7 @@
5
"license": "https://www.yoti.com/terms/identity-verification",
6
"author": "Yoti Ltd",
7
"main": "RNYotiDocScan.js",
8
- "version": "3.0.2",
+ "version": "3.0.1",
9
"devDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
0 commit comments