Skip to content

Commit

Permalink
Merge pull request #126 from heremaps/ts/1982
Browse files Browse the repository at this point in the history
MSDKUI-1982: [Android] Update version number
  • Loading branch information
tstaszak89 authored Apr 9, 2019
2 parents 116cfcf + 94dae73 commit feb46b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MSDKUIDemo/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ org.gradle.jvmargs=-Xmx1536m
# org.gradle.parallel=true

# artifact version
artifact_version=2.1.0
artifact_version=2.1.1
# dependencies version
build_tools_version=28.0.3
compile_sdk_version=android-28
Expand Down
2 changes: 1 addition & 1 deletion MSDKUIDev/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ android {
minSdkVersion 19
targetSdkVersion 28
versionCode 1
versionName "2.1.0"
versionName "2.1.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion MSDKUIKit/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# The setting is particularly useful for tweaking memory settings.
org.gradle.jvmargs=-Xmx1536m
# artifact version
artifact_version=2.1.0
artifact_version=2.1.1
# dependencies version
build_tools_version=28.0.3
compile_sdk_version=android-28
Expand Down

0 comments on commit feb46b9

Please sign in to comment.