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 e63ede6 commit 4aea034Copy full SHA for 4aea034
app/build.gradle
@@ -16,8 +16,8 @@ android {
16
applicationId "com.gaurav.avnc"
17
minSdk 21
18
targetSdk 34
19
- versionCode 40
20
- versionName "2.7.0"
+ versionCode 41
+ versionName "2.7.1"
21
22
javaCompileOptions {
23
annotationProcessorOptions {
metadata/en-US/changelogs/41.txt
@@ -0,0 +1,4 @@
1
+* Fixed possible ANR during connection shutdown
2
+* Fixed extra blank character in copied text
3
+* Restored Virtual Keys visibility after exiting Picture-in-Picture mode
4
+* New Language: Italian by Astro Spiff
0 commit comments