Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasBrazi06 committed May 16, 2020
1 parent f5e9fe3 commit 6836f5b
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 @@ -138,8 +138,8 @@ android {
applicationId "com.emobility"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 133
versionName "1.3.6"
versionCode 134
versionName "1.3.7"
}
splits {
abi {
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 @@ -882,7 +882,7 @@
"\"${PODS_CONFIGURATION_BUILD_DIR}/yoga\"",
"\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
);
MARKETING_VERSION = 1.3.6;
MARKETING_VERSION = 1.3.7;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -952,7 +952,7 @@
"\"${PODS_CONFIGURATION_BUILD_DIR}/yoga\"",
"\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
);
MARKETING_VERSION = 1.3.6;
MARKETING_VERSION = 1.3.7;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down

0 comments on commit 6836f5b

Please sign in to comment.