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 cd55e99 commit 6f474daCopy full SHA for 6f474da
app/build.gradle
@@ -16,8 +16,8 @@ android {
16
applicationId "com.gaurav.avnc"
17
minSdk 21
18
targetSdk 35
19
- versionCode 42
20
- versionName "2.8.0"
+ versionCode 43
+ versionName "2.9.0"
21
22
javaCompileOptions {
23
annotationProcessorOptions {
metadata/en-US/changelogs/43.txt
@@ -0,0 +1,4 @@
1
+* Added support for three-finger tap & swipe gestures
2
+* Added option to open Viewer toolbar with a button
3
+* Enable meta key capture on Samsung devices in non-DeX mode
4
+* Added workarounds for keyboard apps which don't generate events correctly
0 commit comments