Skip to content

Commit 9c43349

Browse files
committed
Version v6.2.3, Build 116230, Changelog update
1 parent 2f11f76 commit 9c43349

File tree

12 files changed

+24
-16
lines changed

12 files changed

+24
-16
lines changed

CustomVnc-app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
44
android:installLocation="auto"
5-
android:versionCode="116220"
6-
android:versionName="v6.2.2">
5+
android:versionCode="116230"
6+
android:versionName="v6.2.3">
77

88
<uses-permission tools:node="removeAll" />
99
<uses-permission android:name="android.permission.INTERNET" />

Opaque-app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
android:versionCode="116220"
4-
android:versionName="v6.2.2">
3+
android:versionCode="116230"
4+
android:versionName="v6.2.3">
55

66
<uses-feature
77
android:name="android.hardware.usb.host"

aRDP-app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
44
android:installLocation="auto"
5-
android:versionCode="116220"
6-
android:versionName="v6.2.2">
5+
android:versionCode="116230"
6+
android:versionName="v6.2.3">
77

88
<uses-permission tools:node="removeAll" />
99
<uses-permission android:name="android.permission.INTERNET" />

aSPICE-app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
44
android:installLocation="auto"
5-
android:versionCode="116220"
6-
android:versionName="v6.2.2">
5+
android:versionCode="116230"
6+
android:versionName="v6.2.3">
77

88
<uses-feature
99
android:name="android.hardware.usb.host"

bVNC-app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
44
android:installLocation="auto"
5-
android:versionCode="116220"
6-
android:versionName="v6.2.2">
5+
android:versionCode="116230"
6+
android:versionName="v6.2.3">
77

88
<uses-permission tools:node="removeAll" />
99
<uses-permission android:name="android.permission.INTERNET" />

bVNC/CHANGELOG-Opaque

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
v6.2.3
2+
- Launch app into separate task started via URI intent
13
v6.2.2
24
- UI Refresh
35
- Light/Dark mode theme while not connected

bVNC/CHANGELOG-aRDP

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
v6.2.3
2+
- Launch app into separate task started via URI intent
13
v6.2.2
24
- UI Refresh
35
- Light/Dark mode theme while not connected

bVNC/CHANGELOG-aSPICE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
v6.2.3
2+
- Launch app into separate task started via URI intent
13
v6.2.2
24
- UI Refresh
35
- Light/Dark mode theme while not connected

bVNC/CHANGELOG-bVNC

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
v6.2.3
2+
- Launch app into separate task started via URI intent
13
v6.2.2
24
- UI Refresh
35
- Light/Dark mode theme while not connected

freeaRDP-app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
44
android:installLocation="auto"
5-
android:versionCode="116220"
6-
android:versionName="v6.2.2">
5+
android:versionCode="116230"
6+
android:versionName="v6.2.3">
77

88
<uses-permission tools:node="removeAll" />
99
<uses-permission android:name="android.permission.INTERNET" />

0 commit comments

Comments
 (0)