[Android] Upgrade android gradle plugin

Geoffrey Métais git at videolan.org
Mon Apr 27 18:37:25 CEST 2015


vlc-ports/android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Mon Apr 27 17:51:31 2015 +0200| [559a22017293e04c1aa2cf3ad21e0ac6feb567b5] | committer: Geoffrey Métais

Upgrade android gradle plugin

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

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

diff --git a/build.gradle b/build.gradle
index 3381d5e..d2038f2 100644
--- a/build.gradle
+++ b/build.gradle
@@ -4,7 +4,7 @@ buildscript {
         jcenter()
     }
     dependencies {
-        classpath 'com.android.tools.build:gradle:1.1.0'
+        classpath 'com.android.tools.build:gradle:1.2.0'
         classpath 'com.jakewharton.sdkmanager:gradle-plugin:0.12.+'
     }
 }



More information about the Android mailing list