From ea410842812c848ff51ba2a91a90239eae7c7890 Mon Sep 17 00:00:00 2001 From: Armin Novak Date: Thu, 1 Dec 2016 10:51:27 +0100 Subject: [PATCH] Updated build tools and readme for android. --- client/Android/Studio/aFreeRDP/build.gradle | 6 +++--- client/Android/Studio/build.gradle | 2 +- client/Android/Studio/freeRDPCore/build.gradle | 8 ++++---- docs/README.android | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/client/Android/Studio/aFreeRDP/build.gradle b/client/Android/Studio/aFreeRDP/build.gradle index 6ea2a78..65d4b44 100644 --- a/client/Android/Studio/aFreeRDP/build.gradle +++ b/client/Android/Studio/aFreeRDP/build.gradle @@ -1,13 +1,13 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 21 - buildToolsVersion "24.0.0" + compileSdkVersion 25 + buildToolsVersion "25.0.1" defaultConfig { applicationId "com.freerdp.afreerdp" minSdkVersion 14 - targetSdkVersion 21 + targetSdkVersion 25 } buildTypes { diff --git a/client/Android/Studio/build.gradle b/client/Android/Studio/build.gradle index bbe9eb2..e7e3c60 100644 --- a/client/Android/Studio/build.gradle +++ b/client/Android/Studio/build.gradle @@ -4,7 +4,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.1.3' + classpath 'com.android.tools.build:gradle:2.2.2' } } diff --git a/client/Android/Studio/freeRDPCore/build.gradle b/client/Android/Studio/freeRDPCore/build.gradle index f76ce2b..0deda57 100644 --- a/client/Android/Studio/freeRDPCore/build.gradle +++ b/client/Android/Studio/freeRDPCore/build.gradle @@ -1,12 +1,12 @@ apply plugin: 'com.android.library' android { - compileSdkVersion 21 - buildToolsVersion "24.0.0" + compileSdkVersion 25 + buildToolsVersion "25.0.1" defaultConfig { minSdkVersion 14 - targetSdkVersion 21 + targetSdkVersion 25 } buildTypes { @@ -22,5 +22,5 @@ android { } dependencies { - compile 'com.android.support:appcompat-v7:21.0.3' + compile 'com.android.support:appcompat-v7:25.0.1' } diff --git a/docs/README.android b/docs/README.android index 4163845..02312d5 100644 --- a/docs/README.android +++ b/docs/README.android @@ -14,7 +14,7 @@ For the Android port some additional dependencies need to be fulfilled: * for JNI - CMake >= 3.0 -- Android NDK (>= r9) (and <= 10e if build with OpenH264) +- Android NDK (>= r9) * for the Java GUI - Android SDK -- 2.7.4