Browse Source

Upgrade to latest gradle plugin

Jan-Lk Else 9 years ago
parent
commit
f3ec0f1391
1 changed files with 2 additions and 2 deletions
  1. 2 2
      build.gradle

+ 2 - 2
build.gradle

@@ -3,7 +3,7 @@ buildscript {
         jcenter()
     }
     dependencies {
-        classpath 'com.android.tools.build:gradle:2.0.0-alpha3'
+        classpath 'com.android.tools.build:gradle:2.0.0-alpha5'
         classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
         classpath 'com.github.ben-manes:gradle-versions-plugin:0.11.3'
     }
@@ -15,4 +15,4 @@ allprojects {
     }
 }
 
-apply plugin: 'com.github.ben-manes.versions'
+apply plugin: 'com.github.ben-manes.versions'