Updated build tools and readme for android.

This commit is contained in:
Armin Novak 2016-12-01 10:51:27 +01:00
parent aab9073f10
commit ea41084281
4 changed files with 9 additions and 9 deletions

View File

@ -1,13 +1,13 @@
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
android { android {
compileSdkVersion 21 compileSdkVersion 25
buildToolsVersion "24.0.0" buildToolsVersion "25.0.1"
defaultConfig { defaultConfig {
applicationId "com.freerdp.afreerdp" applicationId "com.freerdp.afreerdp"
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 21 targetSdkVersion 25
} }
buildTypes { buildTypes {

View File

@ -4,7 +4,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:2.1.3' classpath 'com.android.tools.build:gradle:2.2.2'
} }
} }

View File

@ -1,12 +1,12 @@
apply plugin: 'com.android.library' apply plugin: 'com.android.library'
android { android {
compileSdkVersion 21 compileSdkVersion 25
buildToolsVersion "24.0.0" buildToolsVersion "25.0.1"
defaultConfig { defaultConfig {
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 21 targetSdkVersion 25
} }
buildTypes { buildTypes {
@ -22,5 +22,5 @@ android {
} }
dependencies { dependencies {
compile 'com.android.support:appcompat-v7:21.0.3' compile 'com.android.support:appcompat-v7:25.0.1'
} }

View File

@ -14,7 +14,7 @@ For the Android port some additional dependencies need to be fulfilled:
* for JNI * for JNI
- CMake >= 3.0 - CMake >= 3.0
- Android NDK (>= r9) (and <= 10e if build with OpenH264) - Android NDK (>= r9)
* for the Java GUI * for the Java GUI
- Android SDK - Android SDK