Skip to content

Commit

Permalink
[native] codeVersion -> 129
Browse files Browse the repository at this point in the history
  • Loading branch information
atulsmadhugiri committed Feb 4, 2022
1 parent cb06d5d commit 95208a5
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 @@ -433,8 +433,8 @@ android {
applicationId 'app.comm.android'
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 128
versionName '1.0.128'
versionCode 129
versionName '1.0.129'
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.128</string>
<string>1.0.129</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>128</string>
<string>129</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.128</string>
<string>1.0.129</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>128</string>
<string>129</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 @@ -381,7 +381,7 @@ const persistConfig = {
timeout: ((__DEV__ ? 0 : undefined): number | void),
};

const codeVersion = 128;
const codeVersion = 129;

// 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 95208a5

Please sign in to comment.