Beta version bump.

This commit is contained in:
Brian Pellin
2016-03-08 21:28:03 -06:00
parent bfa825f359
commit bb8afabb0d
2 changed files with 3 additions and 3 deletions

2
.idea/misc.xml generated
View File

@@ -37,7 +37,7 @@
<ConfirmationsSetting value="0" id="Add" /> <ConfirmationsSetting value="0" id="Add" />
<ConfirmationsSetting value="0" id="Remove" /> <ConfirmationsSetting value="0" id="Remove" />
</component> </component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK"> <component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" /> <output url="file://$PROJECT_DIR$/build/classes" />
</component> </component>
<component name="ProjectType"> <component name="ProjectType">

View File

@@ -9,8 +9,8 @@ model {
applicationId = "com.android.keepass" applicationId = "com.android.keepass"
minSdkVersion.apiLevel = 3 minSdkVersion.apiLevel = 3
targetSdkVersion.apiLevel = 12 targetSdkVersion.apiLevel = 12
versionCode = 141 versionCode = 146
versionName = "2.0.5" versionName = "2.0.5beta3"
testApplicationId = "com.keepassdroid.tests" testApplicationId = "com.keepassdroid.tests"
testInstrumentationRunner = "android.test.InstrumentationTestRunner" testInstrumentationRunner = "android.test.InstrumentationTestRunner"