Version 2.8.0

This commit is contained in:
Aleksander Nowakowski
2020-02-03 13:56:34 +01:00
parent bb78a6c317
commit 830b857535
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 70
versionCode 72
versionName "2.8.0"
resConfigs "en"
@@ -40,7 +40,7 @@ dependencies {
//noinspection GradleDependency
implementation 'com.google.android.gms:play-services-wearable:10.2.0'
implementation 'androidx.appcompat:appcompat:1.2.0-alpha01'
implementation 'androidx.appcompat:appcompat:1.2.0-alpha02'
implementation 'androidx.preference:preference:1.1.0'
implementation 'com.google.android.material:material:1.2.0-alpha04'

View File

@@ -9,7 +9,7 @@ android {
applicationId "no.nordicsemi.android.nrftoolbox"
minSdkVersion 23
targetSdkVersion 29
versionCode 282807001 // target: 28, version: 2.8.0, build: 70, multi-APK: 01
versionCode 282807201 // target: 28, version: 2.8.0, build: 70, multi-APK: 01
versionName "2.8.0"
resConfigs "en"
}