Version bump

This commit is contained in:
Brian Pellin
2017-10-31 22:16:21 -05:00
parent da6c1f10f5
commit 7beb459912
3 changed files with 4 additions and 4 deletions

View File

@@ -1,3 +1,4 @@
KeePassDroid (2.2.0.0)
* Add Fingerprint integration
KeePassDroid (2.1.0.0)

View File

@@ -182,7 +182,7 @@
<excludeFolder url="file://$MODULE_DIR$/build/reports" />
<excludeFolder url="file://$MODULE_DIR$/build/tmp" />
</content>
<orderEntry type="jdk" jdkName="Android API 22 Platform" jdkType="Android SDK" />
<orderEntry type="jdk" jdkName="Android API 23 Platform" jdkType="Android SDK" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="com.android.support:support-annotations:23.4.0@jar" level="project" />
<orderEntry type="library" name="com.android.support:support-v4-23.4.0" level="project" />
@@ -192,6 +192,5 @@
<orderEntry type="library" scope="TEST" name="__local_aars__:/home/bpellin/workspace/KeePassDroid/app/libs/junit4.jar:unspecified@jar" level="project" />
<orderEntry type="library" name="junit:junit:4.12@jar" level="project" />
<orderEntry type="library" name="joda-time:joda-time:2.9.4@jar" level="project" />
<orderEntry type="library" name="android-android-22" level="project" />
</component>
</module>

View File

@@ -9,8 +9,8 @@ android {
minSdkVersion 4
targetSdkVersion 12
versionCode = 155
versionName = "2.1.0.0"
versionCode = 156
versionName = "2.2.0.0"
testApplicationId = "com.keepassdroid.tests"
testInstrumentationRunner = "android.test.InstrumentationTestRunner"