Skip to content

Commit 18362ec

Browse files
committed
0.0.26
1 parent 770453b commit 18362ec

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ android {
133133
applicationId "org.pathcheck.universalverifier"
134134
minSdkVersion rootProject.ext.minSdkVersion
135135
targetSdkVersion rootProject.ext.targetSdkVersion
136-
versionCode 23
137-
versionName "0.0.25"
136+
versionCode 24
137+
versionName "0.0.26"
138138
missingDimensionStrategy 'react-native-camera', 'general'
139139
multiDexEnabled true // <-- ADD THIS in the defaultConfig section
140140
}

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.25</string>
20+
<string>0.0.26</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>23</string>
24+
<string>24</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.25",
3+
"version": "0.0.26",
44
"license": "GPL-3.0-only",
55
"scripts": {
66
"android": "react-native run-android",

0 commit comments

Comments
 (0)