[Android] Upgrade build tools

Sébastien Toque git at videolan.org
Mon Sep 7 20:42:40 CEST 2015


vlc-ports/android | branch: master | Sébastien Toque <xilasz at gmail.com> | Mon Sep  7 20:41:29 2015 +0200| [a47effc768fbaa514a038090aa5f1a8ad8bc917e] | committer: Sébastien Toque

Upgrade build tools

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=a47effc768fbaa514a038090aa5f1a8ad8bc917e
---

 build.gradle        |    2 +-
 libvlc/build.gradle |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index a69cc6d..af53e5b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -18,6 +18,6 @@ allprojects {
 }
 
 ext {
-    buildToolsVersion = "23.0.0"
+    buildToolsVersion = "23.0.1"
     compileSdkVersion = 23
 }
diff --git a/libvlc/build.gradle b/libvlc/build.gradle
index 52f3ebd..8c916f9 100644
--- a/libvlc/build.gradle
+++ b/libvlc/build.gradle
@@ -104,5 +104,5 @@ task buildDebugMIPS64(type:BuildNative) {
     args('-a', "mips64")
 }
 dependencies {
-    compile 'com.android.support:support-annotations:23.0.0'
+    compile 'com.android.support:support-annotations:23.0.1'
 }



More information about the Android mailing list