File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments