Version 2.8.4

This commit is contained in:
Aleksander Nowakowski
2020-02-20 10:40:52 +01:00
parent f61500911f
commit 886cf8740b
3 changed files with 6 additions and 6 deletions

View File

@@ -227,5 +227,5 @@ contributed based on the [Apache 2.0 license](http://www.apache.org/licenses/LIC
- Android 4.3 or newer is required.
- Compatible with nRF5 devices running samples from the Nordic SDK and other devices implementing
standard profiles.
- Development kits can be ordered from http://www.nordicsemi.com/eng/Buy-Online.
- The nRF51 or nRF52 SDKs and SoftDevices are available online at http://developer.nordicsemi.com.
- Development kits: https://www.nordicsemi.com/Software-and-tools/Development-Kits.
- The nRF5 SDK and SoftDevices are available online at http://developer.nordicsemi.com.

View File

@@ -8,8 +8,8 @@ android {
applicationId "no.nordicsemi.android.nrftoolbox"
minSdkVersion 18
targetSdkVersion 29
versionCode 75
versionName "2.8.3"
versionCode 76
versionName "2.8.4"
resConfigs "en"
vectorDrawables.useSupportLibrary = true

View File

@@ -9,8 +9,8 @@ android {
applicationId "no.nordicsemi.android.nrftoolbox"
minSdkVersion 23
targetSdkVersion 29
versionCode 292827401 // target: 29, version: 2.8.2, build: 74, multi-APK: 01
versionName "2.8.2"
versionCode 292847601 // target: 29, version: 2.8.4, build: 74, multi-APK: 01
versionName "2.8.4"
resConfigs "en"
}
lintOptions {