Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bpellin committed Nov 1, 2017
1 parent da6c1f1 commit 7beb459
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
KeePassDroid (2.2.0.0)
* Add Fingerprint integration

KeePassDroid (2.1.0.0)
Expand Down
3 changes: 1 addition & 2 deletions app/app.iml
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand All @@ -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>
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7beb459

Please sign in to comment.