Merge pull request #5008 from wintersandroid/master
authorakallabeth <akallabeth@users.noreply.github.com>
Tue, 20 Nov 2018 11:14:28 +0000 (12:14 +0100)
committerGitHub <noreply@github.com>
Tue, 20 Nov 2018 11:14:28 +0000 (12:14 +0100)
Android library build script fixes, and Android thread lock on remote disconnect.

1  2 
client/Android/Studio/aFreeRDP/build.gradle
client/Android/Studio/freeRDPCore/build.gradle
client/Android/android_freerdp.c

@@@ -6,10 -6,10 +6,10 @@@ android 
  
      defaultConfig {
          applicationId "com.freerdp.afreerdp"
-         minSdkVersion 14
-         targetSdkVersion 27
+         minSdkVersion 21
+         targetSdkVersion 28
          vectorDrawables.useSupportLibrary = true
 -        versionCode = 14
 +        versionCode = 15
          versionName = rootProject.ext.versionName
      }
  
@@@ -1,14 -1,14 +1,14 @@@
  apply plugin: 'com.android.library'
  
  android {
-     compileSdkVersion = 27
-     buildToolsVersion = "27.0.3"
+     compileSdkVersion = 28
+     buildToolsVersion = "28.0.3"
  
      defaultConfig {
-         minSdkVersion 14
-         targetSdkVersion 27
+         minSdkVersion 21
+         targetSdkVersion 28
          vectorDrawables.useSupportLibrary = true
 -        versionCode = 14
 +        versionCode = 15
          versionName = rootProject.ext.versionName
      }
  
Simple merge