Skip to content

Commit

Permalink
Release v2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gujjwal00 committed Aug 26, 2024
1 parent f0e0050 commit e5aabc8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
applicationId "com.gaurav.avnc"
minSdk 21
targetSdk 34
versionCode 36
versionName "2.6.0"
versionCode 37
versionName "2.6.1"

javaCompileOptions {
annotationProcessorOptions {
Expand Down
5 changes: 5 additions & 0 deletions metadata/en-US/changelogs/37.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* Added ability to customize Virtual Key layout
Go to `Settings => Input => Virtual keys => Customize keys` to make changes
* Move pointer to frame edge when tapped outside of frame
* Made sure Toolbar is not obstructed by display cutout
* Stopped the frame from moving up/down when touchpad gesture style is active

0 comments on commit e5aabc8

Please sign in to comment.