We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7560dd commit 5281862Copy full SHA for 5281862
2 files changed
app/build.gradle
@@ -16,8 +16,8 @@ android {
16
applicationId "com.gaurav.avnc"
17
minSdk 21
18
targetSdk 35
19
- versionCode 48
20
- versionName "3.1.1"
+ versionCode 49
+ versionName "3.2.0"
21
22
javaCompileOptions {
23
annotationProcessorOptions {
metadata/en-US/changelogs/49.txt
@@ -0,0 +1,7 @@
1
+* Added support for Bell messages from server
2
+* Added support for importing PKCS8 encoded private keys
3
+* Virtual keys are now shown by default for new users
4
+* Virtual keys textbox visibility is now saved across sessions
5
+ (Swipe left on virtual keys to open the textbox)
6
+* Fixed some characters not being sent to server
7
+* New language: Galician by @nlimeres
0 commit comments