Skip to content

Commit 4aff7b6

Browse files
committed
Revert "Bump RN version to 3.0.2"
This reverts commit 06cdadc.
1 parent 91ce3f1 commit 4aff7b6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
defaultConfig {
1111
minSdkVersion safeExtGet('minSdkVersion', 21)
1212
targetSdkVersion safeExtGet('targetSdkVersion', 33)
13-
versionCode 302
14-
versionName "3.0.2"
13+
versionCode 301
14+
versionName "3.0.1"
1515
ndk {
1616
abiFilters "armeabi-v7a", "x86"
1717
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "https://www.yoti.com/terms/identity-verification",
66
"author": "Yoti Ltd",
77
"main": "RNYotiDocScan.js",
8-
"version": "3.0.2",
8+
"version": "3.0.1",
99
"devDependencies": {
1010
"react": "^17.0.2",
1111
"react-dom": "^17.0.2",

0 commit comments

Comments
 (0)