Use the newer plugin form 'com.android.application'
This commit is contained in:
parent
9d2a4eb999
commit
e085bcd54c
@ -1,4 +1,4 @@
|
|||||||
apply plugin: 'android'
|
apply plugin: 'com.android.application'
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile project(':support-v4')
|
compile project(':support-v4')
|
||||||
|
@ -8,7 +8,7 @@ buildscript {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// We need to apply the android plugin to be able to use $android for getSdkPath
|
// We need to apply the android plugin to be able to use $android for getSdkPath
|
||||||
apply plugin: 'android'
|
apply plugin: 'com.android.application'
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
ext {
|
ext {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user