Skip to content

Commit 5fc5eda

Browse files
[native] codeVersion -> 117
1 parent bae4afb commit 5fc5eda

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

native/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,8 +427,8 @@ android {
427427
applicationId 'app.comm.android'
428428
minSdkVersion rootProject.ext.minSdkVersion
429429
targetSdkVersion rootProject.ext.targetSdkVersion
430-
versionCode 115
431-
versionName '1.0.115'
430+
versionCode 117
431+
versionName '1.0.117'
432432
missingDimensionStrategy 'react-native-camera', 'general'
433433
multiDexEnabled true
434434
}

native/ios/Comm/Info.debug.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>1.0.115</string>
22+
<string>1.0.117</string>
2323
<key>CFBundleSignature</key>
2424
<string>????</string>
2525
<key>CFBundleVersion</key>
26-
<string>115</string>
26+
<string>117</string>
2727
<key>LSApplicationQueriesSchemes</key>
2828
<array>
2929
<string>org-appextension-feature-password-management</string>

native/ios/Comm/Info.release.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>1.0.115</string>
22+
<string>1.0.117</string>
2323
<key>CFBundleSignature</key>
2424
<string>????</string>
2525
<key>CFBundleVersion</key>
26-
<string>115</string>
26+
<string>117</string>
2727
<key>LSApplicationQueriesSchemes</key>
2828
<array>
2929
<string>org-appextension-feature-password-management</string>

native/redux/persist.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ const persistConfig = {
359359
timeout: ((__DEV__ ? 0 : undefined): number | void),
360360
};
361361

362-
const codeVersion = 115;
362+
const codeVersion = 117;
363363

364364
// This local exists to avoid a circular dependency where redux-setup needs to
365365
// import all the navigation and screen stuff, but some of those screens want to

0 commit comments

Comments
 (0)