diff --git a/android/app/build.gradle b/android/app/build.gradle
index e9eb319..ceac124 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -133,8 +133,8 @@ android {
applicationId "org.pathcheck.universalverifier"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 23
- versionName "0.0.25"
+ versionCode 24
+ versionName "0.0.26"
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 7135fa7..8f26d27 100644
--- a/ios/UniversalVerifier/Info.plist
+++ b/ios/UniversalVerifier/Info.plist
@@ -17,11 +17,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 0.0.25
+ 0.0.26
CFBundleSignature
????
CFBundleVersion
- 23
+ 24
LSRequiresIPhoneOS
NSAppTransportSecurity
diff --git a/package-lock.json b/package-lock.json
index ea233e7..3d66d9c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,11 +1,11 @@
{
"name": "universal-verifier",
- "version": "0.0.25",
+ "version": "0.0.26",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
- "version": "0.0.25",
+ "version": "0.0.26",
"license": "GPL-3.0-only",
"dependencies": {
"@pathcheck/cred-sdk": "^0.0.6",
diff --git a/package.json b/package.json
index e360fd1..510d6f7 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "universal-verifier",
- "version": "0.0.25",
+ "version": "0.0.26",
"license": "GPL-3.0-only",
"scripts": {
"android": "react-native run-android",