We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6962041 commit 1ecbd35Copy full SHA for 1ecbd35
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 = 211
20
- versionName = "0.2.11"
+ versionCode = 212
+ versionName = "0.2.12"
21
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
22
}
23
buildTypes {
metadata/en-US/changelogs/212.txt
@@ -0,0 +1,3 @@
1
+- If password is specified for an account, still try also public key
2
+ authentication
3
+- Use a more meaningful user name in generated ssh public keys
0 commit comments