Skip to content

Commit

Permalink
[native] codeVersion -> 112
Browse files Browse the repository at this point in the history
  • Loading branch information
atulsmadhugiri committed Nov 8, 2021
1 parent 320ae96 commit 7c08466
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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 111
versionName '1.0.111'
versionCode 112
versionName '1.0.112'
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.111</string>
<string>1.0.112</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>111</string>
<string>112</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.111</string>
<string>1.0.112</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>111</string>
<string>112</string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>org-appextension-feature-password-management</string>
Expand Down
2 changes: 1 addition & 1 deletion native/redux/persist.js
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ const persistConfig = {
timeout: ((__DEV__ ? 0 : undefined): number | void),
};

const codeVersion = 111;
const codeVersion = 112;

// 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 7c08466

Please sign in to comment.