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 b9027d2 commit e7ee466Copy full SHA for e7ee466
2 files changed
app/build.gradle
@@ -18,8 +18,8 @@ android {
18
applicationId "com.gaurav.avnc"
19
minSdk = 21
20
targetSdk = 35
21
- versionCode = 50
22
- versionName = "3.2.1"
+ versionCode = 51
+ versionName = "3.2.2"
23
24
javaCompileOptions {
25
annotationProcessorOptions {
metadata/en-US/changelogs/51.txt
@@ -0,0 +1,3 @@
1
+* Fixed SSH connections on older devices
2
+* Don't enter Picture-in-Picture mode if video is disabled
3
+* Fixed virtual keys showing above viewer help
0 commit comments