Version 2.5.2

This commit is contained in:
Aleksander Nowakowski
2017-11-09 13:31:10 +01:00
parent 8bbba0e501
commit 3dd244753d
2 changed files with 4 additions and 4 deletions

View File

@@ -8,8 +8,8 @@ android {
applicationId "no.nordicsemi.android.nrftoolbox" applicationId "no.nordicsemi.android.nrftoolbox"
minSdkVersion 18 minSdkVersion 18
targetSdkVersion 26 targetSdkVersion 26
versionCode 63 versionCode 64
versionName "2.5.1" versionName "2.5.2"
resConfigs "en" resConfigs "en"
} }
buildTypes { buildTypes {

View File

@@ -10,8 +10,8 @@ android {
applicationId "no.nordicsemi.android.nrftoolbox" applicationId "no.nordicsemi.android.nrftoolbox"
minSdkVersion 23 minSdkVersion 23
targetSdkVersion 26 targetSdkVersion 26
versionCode 262516201 // target: 26, version: 2.5.1, build: 62, multi-APK: 01 versionCode 262526201 // target: 26, version: 2.5.1, build: 62, multi-APK: 01
versionName "2.5.1" versionName "2.5.2"
resConfigs "en" resConfigs "en"
} }
lintOptions { lintOptions {