From b4f9e06bd69eda2cbb8729c05d2665970f8eb3d6 Mon Sep 17 00:00:00 2001 From: Brian Pellin Date: Fri, 24 Nov 2017 21:33:28 -0600 Subject: [PATCH] Version bump --- app/app.iml | 10 ++++++++++ app/build.gradle | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/app/app.iml b/app/app.iml index 6414b0af2..d2dc68580 100644 --- a/app/app.iml +++ b/app/app.iml @@ -152,18 +152,28 @@ + + + + + + + + + + diff --git a/app/build.gradle b/app/build.gradle index 741323b9b..2f20bbcd3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { minSdkVersion 4 targetSdkVersion 12 - versionCode = 162 - versionName = "2.2.0.6" + versionCode = 163 + versionName = "2.2.0.7" testApplicationId = "com.keepassdroid.tests" testInstrumentationRunner = "android.test.InstrumentationTestRunner"