Use the newer plugin form 'com.android.application'

This commit is contained in:
Daniel Martí 2014-12-10 10:53:37 +01:00
parent 9d2a4eb999
commit e085bcd54c
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
apply plugin: 'android'
apply plugin: 'com.android.application'
dependencies {
compile project(':support-v4')

View File

@ -8,7 +8,7 @@ buildscript {
}
// We need to apply the android plugin to be able to use $android for getSdkPath
apply plugin: 'android'
apply plugin: 'com.android.application'
allprojects {
ext {