diff --git a/app/app.iml b/app/app.iml index edefe3ea..89a2ec5f 100644 --- a/app/app.iml +++ b/app/app.iml @@ -42,12 +42,6 @@ - - - - - - @@ -56,6 +50,12 @@ + + + + + + @@ -64,14 +64,6 @@ - - - - - - - - @@ -80,6 +72,14 @@ + + + + + + + + @@ -104,14 +104,6 @@ - - - - - - - - @@ -120,6 +112,14 @@ + + + + + + + + diff --git a/build.gradle b/build.gradle index a62c7747..2822d06c 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-beta1' + classpath 'com.android.tools.build:gradle-experimental:0.7.0-beta3' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files