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 788d187 commit ae14852Copy full SHA for ae14852
app/build.gradle
@@ -16,8 +16,8 @@ android {
16
applicationId "com.gaurav.avnc"
17
minSdk 21
18
targetSdk 35
19
- versionCode 46
20
- versionName "3.0.1"
+ versionCode 47
+ versionName "3.1.0"
21
22
javaCompileOptions {
23
annotationProcessorOptions {
metadata/en-US/changelogs/47.txt
@@ -0,0 +1,4 @@
1
+* Enabled pointer acceleration for Touchpad gesture style
2
+* Added option to operate Super/Windows virtual key with single tap
3
+* Added support for sending XF86Back and XF86Forward for mouse Back/Forward clicks
4
+* Fixed crash during Import/Export if no file manager app was installed
0 commit comments