Android library build script fixes, and Android thread lock on remote disconnect.
defaultConfig {
applicationId "com.freerdp.afreerdp"
- minSdkVersion 14
- targetSdkVersion 27
+ minSdkVersion 21
+ targetSdkVersion 28
vectorDrawables.useSupportLibrary = true
- versionCode = 14
+ versionCode = 15
versionName = rootProject.ext.versionName
}
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
}