Version 2.5.3

This commit is contained in:
Aleksander Nowakowski
2017-11-30 16:06:43 +01:00
parent 40b3b983ee
commit ada7e0940a
2 changed files with 6 additions and 6 deletions

View File

@@ -7,9 +7,9 @@ android {
defaultConfig { defaultConfig {
applicationId "no.nordicsemi.android.nrftoolbox" applicationId "no.nordicsemi.android.nrftoolbox"
minSdkVersion 18 minSdkVersion 18
targetSdkVersion 26 targetSdkVersion 27
versionCode 64 versionCode 65
versionName "2.5.2" versionName "2.5.3"
resConfigs "en" resConfigs "en"
} }
buildTypes { buildTypes {

View File

@@ -9,9 +9,9 @@ android {
defaultConfig { defaultConfig {
applicationId "no.nordicsemi.android.nrftoolbox" applicationId "no.nordicsemi.android.nrftoolbox"
minSdkVersion 23 minSdkVersion 23
targetSdkVersion 26 targetSdkVersion 27
versionCode 262526201 // target: 26, version: 2.5.1, build: 62, multi-APK: 01 versionCode 272536501 // target: 26, version: 2.5.3, build: 65, multi-APK: 01
versionName "2.5.2" versionName "2.5.3"
resConfigs "en" resConfigs "en"
} }
lintOptions { lintOptions {