Skip to content

Commit f1c6e21

Browse files
committed
Version bump
1 parent 0166437 commit f1c6e21

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
KeePassDroid (2.6.6.1)
2+
* Add null checks
3+
14
KeePassDroid (2.6.6)
25
* Add more Android 11 warnings
36

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010

1111
multiDexEnabled true
1212

13-
versionCode = 212
14-
versionName = "2.6.6"
13+
versionCode = 213
14+
versionName = "2.6.6.1"
1515

1616
testApplicationId = "com.keepassdroid.tests"
1717
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)