Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasBrazi06 committed Dec 8, 2021
1 parent 3995c8a commit 2319022
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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 195
versionName "2.0.16"
versionCode 196
versionName "2.0.17"
missingDimensionStrategy 'react-native-camera', 'general'
}
splits {
Expand Down
2 changes: 1 addition & 1 deletion ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ SPEC CHECKSUMS:
DoubleConversion: cf9b38bf0b2d048436d9a82ad2abe1404f11e7de
Fabric: ea977e3cd9c20425516d3dafd3bf8c941c51223f
FBLazyVector: e686045572151edef46010a6f819ade377dfeb4b
FBReactNativeSpec: 52a80ca1a343877d4c72738fffcf539ac4a64dec
FBReactNativeSpec: e30d74099a6ef3e67364c1ecb8ab68197a5eb022
Firebase: 8db6f2d1b2c5e2984efba4949a145875a8f65fe5
FirebaseAnalytics: 5dd088bd2e67bb9d13dbf792d1164ceaf3052193
FirebaseCore: d889d9e12535b7f36ac8bfbf1713a0836a3012cd
Expand Down
8 changes: 4 additions & 4 deletions ios/eMobility.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-eMobility-eMobilityTests/Pods-eMobility-eMobilityTests-frameworks.sh",
"${PODS_XCFRAMEWORKS_BUILD_DIR}/OpenSSL/OpenSSL.framework/OpenSSL",
"${PODS_XCFRAMEWORKS_BUILD_DIR}/OpenSSL-Universal/OpenSSL.framework/OpenSSL",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
Expand All @@ -594,7 +594,7 @@
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-eMobility/Pods-eMobility-frameworks.sh",
"${PODS_XCFRAMEWORKS_BUILD_DIR}/OpenSSL/OpenSSL.framework/OpenSSL",
"${PODS_XCFRAMEWORKS_BUILD_DIR}/OpenSSL-Universal/OpenSSL.framework/OpenSSL",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
Expand Down Expand Up @@ -1027,7 +1027,7 @@
"\"${PODS_CONFIGURATION_BUILD_DIR}/react-native-splash-screen\"",
"\"${PODS_CONFIGURATION_BUILD_DIR}/yoga\"",
);
MARKETING_VERSION = 2.0.16;
MARKETING_VERSION = 2.0.17;
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.16;
MARKETING_VERSION = 2.0.17;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down

0 comments on commit 2319022

Please sign in to comment.