Skip to content

Commit

Permalink
Bumped versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AlixH committed Aug 8, 2022
1 parent a56299a commit 14c7cd8
Show file tree
Hide file tree
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
Expand Up @@ -144,7 +144,7 @@ android {
applicationId "com.emobility"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 300
versionCode 302
versionName "2.6.10"
missingDimensionStrategy 'react-native-camera', 'general'
}
Expand Down
4 changes: 2 additions & 2 deletions ios/eMobility.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -989,7 +989,7 @@
CODE_SIGN_ENTITLEMENTS = eMobility/eMobility.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 5;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = SG7N28T3A2;
ENABLE_BITCODE = NO;
Expand Down Expand Up @@ -1063,7 +1063,7 @@
CODE_SIGN_ENTITLEMENTS = eMobility/eMobility.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 5;
DEVELOPMENT_TEAM = SG7N28T3A2;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = eMobility.plist;
Expand Down

0 comments on commit 14c7cd8

Please sign in to comment.