Bump gradle plugin to 1.0.1

I tried 1.1.3, but it failed. Needs further investigation.
This commit is contained in:
Daniel Martí 2015-03-11 23:32:05 +01:00
parent 6eff521459
commit bd6e2a3046

View File

@ -20,7 +20,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:1.0.0' classpath 'com.android.tools.build:gradle:1.0.1'
// libsuperuser submodule requires these plugins, even though // libsuperuser submodule requires these plugins, even though
// the F-Droid build process never invokes code from them. It // the F-Droid build process never invokes code from them. It