Skip to content

Commit 483534d

Browse files
committed
0.0.32
1 parent dd41eaf commit 483534d

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ android {
129129
applicationId "org.pathcheck.universalverifier"
130130
minSdkVersion rootProject.ext.minSdkVersion
131131
targetSdkVersion rootProject.ext.targetSdkVersion
132-
versionCode 29
133-
versionName "0.0.31"
132+
versionCode 30
133+
versionName "0.0.32"
134134
missingDimensionStrategy 'react-native-camera', 'general'
135135
multiDexEnabled true // <-- ADD THIS in the defaultConfig section
136136
}

ios/UniversalVerifier/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.0.31</string>
20+
<string>0.0.32</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>29</string>
24+
<string>30</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true />
2727
<key>NSAppTransportSecurity</key>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "universal-verifier",
3-
"version": "0.0.31",
3+
"version": "0.0.32",
44
"license": "GPL-3.0-only",
55
"scripts": {
66
"android": "react-native run-android",

0 commit comments

Comments
 (0)