Skip to content

Commit

Permalink
Merge pull request #205 from heremaps/ts/2385
Browse files Browse the repository at this point in the history
MSDKUI-2385: Update version number
  • Loading branch information
tstaszak89 authored Apr 26, 2021
2 parents 76058eb + 8ec68eb commit 8a41df3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Documentation/Guides/ContributionGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ When you register on [developer.here.com](https://developer.here.com), the regis

### Building and Running the Demo

In order to build and to run the demo app with Android Studio, you need to integrate the HERE Mobile SDK (Premium Edition) version 3.17. Additionally, you need to integrate the MSDKUI library.
In order to build and to run the demo app with Android Studio, you need to integrate the HERE Mobile SDK (Premium Edition) version 3.18. Additionally, you need to integrate the MSDKUI library.

- Put the HERE-sdk.aar file from your HERE SDK package and the MSDKUI library to _MSDKUIDemo/libs/_.
- Open and build the project located at _MSDKUIDemo/_ in Android Studio.
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Guides/QuickStart.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Thank you for using the HERE Mobile SDK UI Kit (MSDKUI). In this Quick Start gui
## How to run the example apps
If you just want to try out the accompanying examples, please perform the following steps:

- Include the HERE Mobile SDK 3.17, Premium Edition, and the HERE Mobile SDK UI Kit (MSDKUI): Copy the `HERE-sdk.aar` and the `MSDKUILib-release.aar` to the example's _app/libs_ folder (if not done already, [build the MSDKUILib](ContributionGuide.md#building-the-here-ui-kit-library) via Gradle from folder _MSDKUIKit_ and make sure to copy the `HERE-sdk.aar` also to _MSDKUIKit/libs/_. Build the framework by executing: `./gradlew clean :MSDKUILib:assembleRelease`).
- Include the HERE Mobile SDK 3.18, Premium Edition, and the HERE Mobile SDK UI Kit (MSDKUI): Copy the `HERE-sdk.aar` and the `MSDKUILib-release.aar` to the example's _app/libs_ folder (if not done already, [build the MSDKUILib](ContributionGuide.md#building-the-here-ui-kit-library) via Gradle from folder _MSDKUIKit_ and make sure to copy the `HERE-sdk.aar` also to _MSDKUIKit/libs/_. Build the framework by executing: `./gradlew clean :MSDKUILib:assembleRelease`).
- Open the project in Android Studio.
- Add the credentials for the HERE Mobile SDK to the `AndroidManifest.xml` file:
```xml
Expand Down
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.7
artifact_version=2.1.8
# dependencies version
build_tools_version=29.0.3
compile_sdk_version=android-30
Expand Down
2 changes: 1 addition & 1 deletion MSDKUIDev/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ android {
targetSdkVersion 30
multiDexEnabled true
versionCode 1
versionName "2.1.7"
versionName "2.1.8"
testInstrumentationRunner "androidx.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.7
artifact_version=2.1.8
# dependencies version
build_tools_version=29.0.3
compile_sdk_version=android-30
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ The HERE Mobile SDK UI Kit is already fully localized for the following language
- Vietnamese

## Supported platforms
The HERE Mobile SDK UI Kit (MSDKUI) components are available for Android and [iOS](https://github.com/heremaps/msdkui-ios). The required HERE Mobile SDK is Version 3.17, only the _Premium edition_ is supported. The HERE Mobile SDK UI Kit supports scooter routing. Please, make sure to extend your license key if you want to include scooter routing in your app.
The HERE Mobile SDK UI Kit (MSDKUI) components are available for Android and [iOS](https://github.com/heremaps/msdkui-ios). The required HERE Mobile SDK is Version 3.18, only the _Premium edition_ is supported. The HERE Mobile SDK UI Kit supports scooter routing. Please, make sure to extend your license key if you want to include scooter routing in your app.

**Android Environment**
- Minimum supported API version is 19 (KitKat), allowing you to reach more than 95% of all Android devices.
Expand Down

0 comments on commit 8a41df3

Please sign in to comment.