Wear version incremented

This commit is contained in:
philips77
2020-05-27 14:10:39 +02:00
parent ef57faeffd
commit decc11634d
2 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ android {
applicationId "no.nordicsemi.android.nrftoolbox"
minSdkVersion 18
targetSdkVersion 29
versionCode 77
versionCode 78
versionName "2.9.0"
resConfigs "en"

View File

@@ -9,8 +9,8 @@ android {
applicationId "no.nordicsemi.android.nrftoolbox"
minSdkVersion 23
targetSdkVersion 29
versionCode 292907701 // target: 29, version: 2.9.0, build: 77, multi-APK: 01
versionName "2.8.4"
versionCode 292907703 // target: 29, version: 2.9.0, build: 77, multi-APK: 03
versionName "2.9.0"
resConfigs "en"
}
lintOptions {