mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Version bump
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
KeePassDroid (2.2.0.0)
|
||||
* Add Fingerprint integration
|
||||
|
||||
KeePassDroid (2.1.0.0)
|
||||
|
||||
@@ -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>
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user