Version codes bumped for release

This commit is contained in:
Rajaratnam, Roshan
2019-04-08 13:54:43 +02:00
parent 922c5976c2
commit 2b9072eb8a
2 changed files with 4 additions and 4 deletions

View File

@@ -8,8 +8,8 @@ android {
applicationId "no.nordicsemi.android.nrftoolbox"
minSdkVersion 18
targetSdkVersion 28
versionCode 68
versionName "2.7.1"
versionCode 69
versionName "2.7.2"
resConfigs "en"
vectorDrawables.useSupportLibrary = true

View File

@@ -9,8 +9,8 @@ android {
applicationId "no.nordicsemi.android.nrftoolbox"
minSdkVersion 23
targetSdkVersion 28
versionCode 282716802 // target: 28, version: 2.6.0, build: 68, multi-APK: 01
versionName "2.7.1"
versionCode 282726903 // target: 28, version: 2.6.0, build: 68, multi-APK: 01
versionName "2.7.2"
resConfigs "en"
}
lintOptions {