Skip to content

Commit 62cdbdd

Browse files
author
Alain Knaff
committed
Releasing 2.0.9
1 parent 6d6d530 commit 62cdbdd

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ android {
1616
// of minor, and 2 digits of 3rd part. As major is still 0, and
1717
// as no leading zeroes are represented, 200 is what we get for
1818
// 0.2
19-
versionCode = 208
20-
versionName = "0.2.8"
19+
versionCode = 209
20+
versionName = "0.2.9"
2121
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2222
}
2323
buildTypes {

metadata/en-US/changelogs/209.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Support for ED25519 ssh keys: shorter while still being as secure

0 commit comments

Comments
 (0)