[Android] Upgrade build tools

Geoffrey Métais git at videolan.org
Wed May 17 12:04:24 CEST 2017


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed May 17 09:01:56 2017 +0200| [2d339bad64f2937d2d9fa9ceda3ec25acfbdd2bf] | committer: Geoffrey Métais

Upgrade build tools

> https://code.videolan.org/videolan/vlc-android/commit/2d339bad64f2937d2d9fa9ceda3ec25acfbdd2bf
---

 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index d314dac..a4b6e5e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -18,7 +18,7 @@ allprojects {
 ext {
     appCompatVersion = '25.2.0'
     constraintLayoutVersion = '1.0.2'
-    buildToolsVersion = "25.0.2"
+    buildToolsVersion = "25.0.3"
     compileSdkVersion = 25
     minSdkVersion = 9
     targetSdkVersion = 25



More information about the Android mailing list