Skip to content

Commit

Permalink
chore: version bump 1.5.1 (51)
Browse files Browse the repository at this point in the history
dehy committed Jan 19, 2023
1 parent dc29569 commit c874fb2
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
@@ -146,7 +146,7 @@ android {
applicationId "fr.supercoop.app_android"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 50
versionCode 51
versionName "1.5.1"
missingDimensionStrategy 'react-native-camera', 'general'
missingDimensionStrategy 'RNN.reactNativeVersion', 'reactNative68'
4 changes: 2 additions & 2 deletions ios/Supercoop.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -492,7 +492,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Supercoop/Supercoop.entitlements;
CURRENT_PROJECT_VERSION = 50;
CURRENT_PROJECT_VERSION = 51;
DEVELOPMENT_TEAM = QPB8MBWLB4;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Supercoop/Info.plist;
@@ -526,7 +526,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Supercoop/Supercoop.entitlements;
CURRENT_PROJECT_VERSION = 50;
CURRENT_PROJECT_VERSION = 51;
DEVELOPMENT_TEAM = QPB8MBWLB4;
INFOPLIST_FILE = Supercoop/Info.plist;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";

0 comments on commit c874fb2

Please sign in to comment.