diff --git a/app/app.iml b/app/app.iml
index 7865538a..a5482ec1 100644
--- a/app/app.iml
+++ b/app/app.iml
@@ -85,12 +85,12 @@
+
-
-
-
+
+
diff --git a/app/build.gradle b/app/build.gradle
index d47ddaf3..cc59358c 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -2,13 +2,13 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 22
- buildToolsVersion '22.0.0'
+ buildToolsVersion '22.0.1'
defaultConfig {
applicationId "no.nordicsemi.android.nrftoolbox"
minSdkVersion 18
targetSdkVersion 22
- versionCode 31
- versionName "1.13.0"
+ versionCode 32
+ versionName "1.13.1"
}
buildTypes {
release {
@@ -20,7 +20,7 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
- compile 'com.android.support:appcompat-v7:22.0.0'
+ compile 'com.android.support:appcompat-v7:22.1.1'
compile project(':..:DFULibrary:dfu')
compile files('libs/achartengine-1.1.0.jar')
compile files('libs/nrf-logger-v2.0.jar')
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 4383534b..2547c9ff 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -23,8 +23,8 @@
+ android:versionCode="32"
+ android:versionName="1.13.1" >