From ce7a03fcea42b0080ddea9aa14585c2f39999a7e Mon Sep 17 00:00:00 2001 From: M66B Date: Sat, 23 Apr 2016 07:26:20 +0200 Subject: [PATCH] Updated gradle plugin to version 0.7.0-rc1 --- app/app.iml | 16 ++++++++-------- build.gradle | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/app.iml b/app/app.iml index 89a2ec5f..37631dd3 100644 --- a/app/app.iml +++ b/app/app.iml @@ -104,14 +104,6 @@ - - - - - - - - @@ -120,6 +112,14 @@ + + + + + + + + diff --git a/build.gradle b/build.gradle index 2822d06c..485b26e7 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { } dependencies { // http://tools.android.com/tech-docs/new-build-system/gradle-experimental - classpath 'com.android.tools.build:gradle-experimental:0.7.0-beta3' + classpath 'com.android.tools.build:gradle-experimental:0.7.0-rc1' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files