Skip to content

Commit

Permalink
[android][ios] Updated version to 10.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzatsepin authored and Arsentiy Milchakov committed Oct 21, 2020
1 parent 9a9006d commit 3eb7fe7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ propMinSdkVersion=21
propTargetSdkVersion=29
propCompileSdkVersion=29
propBuildToolsVersion=27.0.3
propVersionCode=1030
propVersionName=10.3.0
propVersionCode=1040
propVersionName=10.4.0
propDebugNdkFlags=V=1 NDK_DEBUG=1 DEBUG=1
propReleaseNdkFlags=V=1 NDK_DEBUG=0 PRODUCTION=1
propMultiDexVersion=2.0.1
Expand Down
2 changes: 1 addition & 1 deletion xcode/common.xcconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CURRENT_PROJECT_VERSION = 10.3.0
CURRENT_PROJECT_VERSION = 10.4.0

// Paths
OMIM_ROOT = $(PROJECT_DIR)/../..
Expand Down

0 comments on commit 3eb7fe7

Please sign in to comment.