mirror of
https://github.com/nextcloud/android.git
synced 2024-11-28 18:28:59 +03:00
Update Gradle plugin to 0.14 for compatibility with Android Studio 0.9.0
This commit is contained in:
parent
b22dc8bce6
commit
9316ce96ac
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ buildscript {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:0.13.0'
|
classpath 'com.android.tools.build:gradle:0.14.0'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue