diff --git a/app/build.gradle b/app/build.gradle index a899737..57ab075 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId "com.gaurav.avnc" minSdk 21 targetSdk 34 - versionCode 40 - versionName "2.7.0" + versionCode 41 + versionName "2.7.1" javaCompileOptions { annotationProcessorOptions { diff --git a/metadata/en-US/changelogs/41.txt b/metadata/en-US/changelogs/41.txt new file mode 100644 index 0000000..6f5868a --- /dev/null +++ b/metadata/en-US/changelogs/41.txt @@ -0,0 +1,4 @@ +* Fixed possible ANR during connection shutdown +* Fixed extra blank character in copied text +* Restored Virtual Keys visibility after exiting Picture-in-Picture mode +* New Language: Italian by Astro Spiff