Skip to content

Commit

Permalink
[native] codeVersion -> 126
Browse files Browse the repository at this point in the history
  • Loading branch information
atulsmadhugiri committed Dec 15, 2021
1 parent 8401931 commit 4039a81
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions native/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -427,8 +427,8 @@ android {
applicationId 'app.comm.android'
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 125
versionName '1.0.125'
versionCode 126
versionName '1.0.126'
missingDimensionStrategy 'react-native-camera', 'general'
multiDexEnabled true
}
Expand Down
4 changes: 2 additions & 2 deletions native/ios/Comm/Info.debug.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.125</string>
<string>1.0.126</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>125</string>
<string>126</string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>org-appextension-feature-password-management</string>
Expand Down
4 changes: 2 additions & 2 deletions native/ios/Comm/Info.release.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.125</string>
<string>1.0.126</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>125</string>
<string>126</string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>org-appextension-feature-password-management</string>
Expand Down
5 changes: 3 additions & 2 deletions native/redux/persist.js
Original file line number Diff line number Diff line change
Expand Up @@ -373,14 +373,15 @@ const persistConfig = {
'connectivity',
'deviceOrientation',
'frozen',
'threadStore',
],
debug: __DEV__,
version: 29,
version: 30,
migrate: (createMigrate(migrations, { debug: __DEV__ }): any),
timeout: ((__DEV__ ? 0 : undefined): number | void),
};

const codeVersion = 125;
const codeVersion = 126;

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

0 comments on commit 4039a81

Please sign in to comment.