We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d6d530 commit 62cdbddCopy full SHA for 62cdbdd
2 files changed
app/build.gradle
@@ -16,8 +16,8 @@ android {
16
// of minor, and 2 digits of 3rd part. As major is still 0, and
17
// as no leading zeroes are represented, 200 is what we get for
18
// 0.2
19
- versionCode = 208
20
- versionName = "0.2.8"
+ versionCode = 209
+ versionName = "0.2.9"
21
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
22
}
23
buildTypes {
metadata/en-US/changelogs/209.txt
@@ -0,0 +1 @@
1
+- Support for ED25519 ssh keys: shorter while still being as secure
0 commit comments