From 886cf8740b88c5513bf2d5dca2006b8883695908 Mon Sep 17 00:00:00 2001 From: Aleksander Nowakowski Date: Thu, 20 Feb 2020 10:40:52 +0100 Subject: [PATCH] Version 2.8.4 --- README.md | 4 ++-- app/build.gradle | 4 ++-- wear/build.gradle | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 34672bc7..d3b29963 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/app/build.gradle b/app/build.gradle index f000ed9a..1cd83615 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 diff --git a/wear/build.gradle b/wear/build.gradle index 637450a4..fea21811 100644 --- a/wear/build.gradle +++ b/wear/build.gradle @@ -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 {