diff --git a/app/app.iml b/app/app.iml
index 8bfaffd1..9a81c071 100644
--- a/app/app.iml
+++ b/app/app.iml
@@ -71,15 +71,15 @@
-
-
-
-
+
+
+
+
-
+
@@ -98,20 +98,20 @@
-
-
+
+
+
-
-
+
+
+
-
-
diff --git a/app/build.gradle b/app/build.gradle
index d4d0c76b..fad5d350 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -8,8 +8,8 @@ android {
applicationId "no.nordicsemi.android.nrftoolbox"
minSdkVersion 18
targetSdkVersion 23
- versionCode 40
- versionName "1.16.1"
+ versionCode 41
+ versionName "1.16.2"
}
buildTypes {
release {
@@ -22,8 +22,8 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.google.android.gms:play-services-wearable:8.3.0'
- compile 'com.android.support:appcompat-v7:23.1.0'
- compile 'com.android.support:design:23.1.0'
+ compile 'com.android.support:appcompat-v7:23.1.1'
+ compile 'com.android.support:design:23.1.1'
compile 'no.nordicsemi.android.support.v18:scanner:0.1.1'
compile 'no.nordicsemi.android:log:2.0.0'
compile('org.simpleframework:simple-xml:2.7.1') {
@@ -35,7 +35,7 @@ dependencies {
wearApp project(':wear')
// The DFU Library is imported automatically from jcenter.
- compile 'no.nordicsemi.android:dfu:0.6'
+ compile 'no.nordicsemi.android:dfu:0.6.1'
// If you want to make some changes in the DFU Library, clone the https://github.com/NordicSemiconductor/Android-DFU-Library project into DFULibrary folder,
// add it as a module in Project Structure and uncomment the following line:
diff --git a/common/build.gradle b/common/build.gradle
index 4a626da5..31393448 100644
--- a/common/build.gradle
+++ b/common/build.gradle
@@ -42,5 +42,5 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
- compile 'com.android.support:support-v4:23.1.0'
+ compile 'com.android.support:support-v4:23.1.1'
}
diff --git a/common/common.iml b/common/common.iml
index ac05559d..b01c174f 100644
--- a/common/common.iml
+++ b/common/common.iml
@@ -89,7 +89,7 @@
-
-
+
+
\ No newline at end of file
diff --git a/wear/build.gradle b/wear/build.gradle
index be142af2..dcea88c6 100644
--- a/wear/build.gradle
+++ b/wear/build.gradle
@@ -9,8 +9,8 @@ android {
applicationId "no.nordicsemi.android.nrftoolbox"
minSdkVersion 20
targetSdkVersion 23
- versionCode 40
- versionName "1.16.1"
+ versionCode 41
+ versionName "1.16.2"
}
buildTypes {
release {
diff --git a/wear/wear.iml b/wear/wear.iml
index 10964c23..440da183 100644
--- a/wear/wear.iml
+++ b/wear/wear.iml
@@ -90,11 +90,11 @@
-
+
+
-