Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasBrazi06 committed Dec 14, 2021
1 parent 7caadde commit 83c45ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ android {
applicationId "com.emobility"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 196
versionName "2.0.17"
versionCode 197
versionName "2.0.18"
missingDimensionStrategy 'react-native-camera', 'general'
}
splits {
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 @@ -1027,7 +1027,7 @@
"\"${PODS_CONFIGURATION_BUILD_DIR}/react-native-splash-screen\"",
"\"${PODS_CONFIGURATION_BUILD_DIR}/yoga\"",
);
MARKETING_VERSION = 2.0.17;
MARKETING_VERSION = 2.0.18;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -1100,7 +1100,7 @@
"\"${PODS_CONFIGURATION_BUILD_DIR}/react-native-splash-screen\"",
"\"${PODS_CONFIGURATION_BUILD_DIR}/yoga\"",
);
MARKETING_VERSION = 2.0.17;
MARKETING_VERSION = 2.0.18;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down

0 comments on commit 83c45ec

Please sign in to comment.