Skip to content

Commit 77d524e

Browse files
committed
Version v6.1.8, Build 116180, Changelog update
1 parent 221b32d commit 77d524e

File tree

9 files changed

+19
-16
lines changed

9 files changed

+19
-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="116170"
6-
android:versionName="v6.1.7">
5+
android:versionCode="116180"
6+
android:versionName="v6.1.8">
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="116170"
4-
android:versionName="v6.1.7">
3+
android:versionCode="116180"
4+
android:versionName="v6.1.8">
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="116170"
6-
android:versionName="v6.1.7">
5+
android:versionCode="116180"
6+
android:versionName="v6.1.8">
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="116170"
6-
android:versionName="v6.1.7">
5+
android:versionCode="116180"
6+
android:versionName="v6.1.8">
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="116170"
6-
android:versionName="v6.1.7">
5+
android:versionCode="116180"
6+
android:versionName="v6.1.8">
77

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

bVNC/CHANGELOG-aRDP

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
v6.1.8
2+
- Fix for .rdp files opened with content:// URI
3+
- Enabled Glyph cache
14
v6.1.7
25
- Fix for back button right-click
36
- Fix for pointer offset in windowed mode

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="116170"
6-
android:versionName="v6.1.7">
5+
android:versionCode="116180"
6+
android:versionName="v6.1.8">
77

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

freeaSPICE-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="116170"
6-
android:versionName="v6.1.7">
5+
android:versionCode="116180"
6+
android:versionName="v6.1.8">
77

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

freebVNC-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="116170"
6-
android:versionName="v6.1.7">
5+
android:versionCode="116180"
6+
android:versionName="v6.1.8">
77

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

0 commit comments

Comments
 (0)