diff --git a/android/app/build.gradle b/android/app/build.gradle
index e41f557..b96c4f6 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -129,8 +129,8 @@ android {
applicationId "org.pathcheck.universalverifier"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 31
- versionName "0.0.33"
+ versionCode 32
+ versionName "0.0.34"
missingDimensionStrategy 'react-native-camera', 'general'
multiDexEnabled true // <-- ADD THIS in the defaultConfig section
}
diff --git a/ios/UniversalVerifier/Info.plist b/ios/UniversalVerifier/Info.plist
index 0321dc9..e7a3389 100644
--- a/ios/UniversalVerifier/Info.plist
+++ b/ios/UniversalVerifier/Info.plist
@@ -17,11 +17,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 0.0.33
+ 0.0.34
CFBundleSignature
????
CFBundleVersion
- 31
+ 32
LSRequiresIPhoneOS
NSAppTransportSecurity
diff --git a/package-lock.json b/package-lock.json
index 3e5df59..789d411 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,11 +1,11 @@
{
"name": "universal-verifier",
- "version": "0.0.33",
+ "version": "0.0.34",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
- "version": "0.0.33",
+ "version": "0.0.34",
"license": "GPL-3.0-only",
"dependencies": {
"@cto.af/textdecoder": "*",
diff --git a/package.json b/package.json
index 0787124..64ffc14 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "universal-verifier",
- "version": "0.0.33",
+ "version": "0.0.34",
"license": "GPL-3.0-only",
"scripts": {
"android": "react-native run-android",