mirror of
https://github.com/aljazceru/Android-nRF-Toolbox.git
synced 2025-12-23 01:14:26 +01:00
Version 2.5.0
This commit is contained in:
@@ -8,8 +8,8 @@ android {
|
|||||||
applicationId "no.nordicsemi.android.nrftoolbox"
|
applicationId "no.nordicsemi.android.nrftoolbox"
|
||||||
minSdkVersion 18
|
minSdkVersion 18
|
||||||
targetSdkVersion 26
|
targetSdkVersion 26
|
||||||
versionCode 60
|
versionCode 62
|
||||||
versionName "2.4.0"
|
versionName "2.5.0"
|
||||||
resConfigs "en"
|
resConfigs "en"
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
|||||||
@@ -10,8 +10,8 @@ android {
|
|||||||
applicationId "no.nordicsemi.android.nrftoolbox"
|
applicationId "no.nordicsemi.android.nrftoolbox"
|
||||||
minSdkVersion 23
|
minSdkVersion 23
|
||||||
targetSdkVersion 26
|
targetSdkVersion 26
|
||||||
versionCode 232405702 // target: 23, version: 2.4.0, build: 57, multi-APK: 01
|
versionCode 232506201 // target: 23, version: 2.5.0, build: 62, multi-APK: 01
|
||||||
versionName "2.4.0"
|
versionName "2.5.0"
|
||||||
resConfigs "en"
|
resConfigs "en"
|
||||||
}
|
}
|
||||||
lintOptions {
|
lintOptions {
|
||||||
@@ -43,7 +43,7 @@ dependencies {
|
|||||||
|
|
||||||
// uncomment to enable the Wear UI Library
|
// uncomment to enable the Wear UI Library
|
||||||
// https://developer.android.com/training/wearables/ui/wear-ui-library.html
|
// https://developer.android.com/training/wearables/ui/wear-ui-library.html
|
||||||
// implementation 'com.android.support:wear:26.0.2'
|
// implementation 'com.android.support:wear:26.1.0'
|
||||||
|
|
||||||
// nRF Toolbox is using Play Service 10.2.0 in order to make the app working in China:
|
// nRF Toolbox is using Play Service 10.2.0 in order to make the app working in China:
|
||||||
// https://developer.android.com/training/wearables/apps/creating-app-china.html#ChinaSDK
|
// https://developer.android.com/training/wearables/apps/creating-app-china.html#ChinaSDK
|
||||||
|
|||||||
Reference in New Issue
Block a user