From bb8afabb0df945b40c6dbf3b74d0c4a2c3434e70 Mon Sep 17 00:00:00 2001 From: Brian Pellin Date: Tue, 8 Mar 2016 21:28:03 -0600 Subject: [PATCH] Beta version bump. --- .idea/misc.xml | 2 +- app/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 3e538b600..7e40dfca2 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -37,7 +37,7 @@ - + diff --git a/app/build.gradle b/app/build.gradle index 537498a30..cd10cd853 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ model { applicationId = "com.android.keepass" minSdkVersion.apiLevel = 3 targetSdkVersion.apiLevel = 12 - versionCode = 141 - versionName = "2.0.5" + versionCode = 146 + versionName = "2.0.5beta3" testApplicationId = "com.keepassdroid.tests" testInstrumentationRunner = "android.test.InstrumentationTestRunner"