Skip to content

Commit 2504109

Browse files
committed
Temporary workaround for no access to external storage in API 29. Implementation of new additional debug logging feature.
1 parent 8ad86e7 commit 2504109

File tree

35 files changed

+115
-52
lines changed

35 files changed

+115
-52
lines changed

CustomVnc-app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 28
4+
compileSdkVersion 29
55

66
defaultConfig {
77
targetSdkVersion 29

CustomVnc-app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:tools="http://schemas.android.com/tools"
44
package="com.iiordanov.CUSTOM_VNC_APP_PACKAGE_NAME"
55
android:installLocation="auto"
6-
android:versionCode="115034" android:versionName="v5.0.3">
6+
android:versionCode="115035" android:versionName="v5.0.3">
77

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

Opaque-app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 28
4+
compileSdkVersion 29
55

66
defaultConfig {
77
targetSdkVersion 29

Opaque-app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
44
package="com.undatech.opaque"
5-
android:versionCode="115034" android:versionName="v5.0.3">
5+
android:versionCode="115035" android:versionName="v5.0.3">
66

77
<uses-permission android:name="android.permission.INTERNET"></uses-permission>
88
<uses-permission android:name="android.permission.VIBRATE" />

aRDP-app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 28
4+
compileSdkVersion 29
55

66
defaultConfig {
77
targetSdkVersion 29

aRDP-app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
44
package="com.iiordanov.aRDP" android:installLocation="auto"
5-
android:versionCode="115034" android:versionName="v5.0.3">
5+
android:versionCode="115035" android:versionName="v5.0.3">
66

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

aSPICE-app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 28
4+
compileSdkVersion 29
55

66
defaultConfig {
77
targetSdkVersion 29

aSPICE-app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
44
package="com.iiordanov.aSPICE" android:installLocation="auto"
5-
android:versionCode="115034" android:versionName="v5.0.3">
5+
android:versionCode="115035" android:versionName="v5.0.3">
66

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

bVNC-app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 28
4+
compileSdkVersion 29
55

66
defaultConfig {
77
targetSdkVersion 29

bVNC-app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
44
package="com.iiordanov.bVNC" android:installLocation="auto"
5-
android:versionCode="115034" android:versionName="v5.0.3">
5+
android:versionCode="115035" android:versionName="v5.0.3">
66

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

0 commit comments

Comments
 (0)