From 4dc2f010ae28bb4142504bf7238fc4a33f1f1eb8 Mon Sep 17 00:00:00 2001 From: Simon Ogorodnik Date: Thu, 10 Nov 2016 21:54:15 +0300 Subject: Fixed android-gradle-plugin crash with android gradle build tools 2.2.0. Updated gradle wrapper to 2.14.1 to compile with gradle build tools 2.2.0 --- .../runners/maven-plugin/maven-plugin_main.iml | 22 ++++++++++---------- .../runners/maven-plugin/maven-plugin_test.iml | 24 +++++++++++----------- 2 files changed, 23 insertions(+), 23 deletions(-) (limited to '.idea/modules/runners/maven-plugin') diff --git a/.idea/modules/runners/maven-plugin/maven-plugin_main.iml b/.idea/modules/runners/maven-plugin/maven-plugin_main.iml index 4b08919f..350fbbc3 100644 --- a/.idea/modules/runners/maven-plugin/maven-plugin_main.iml +++ b/.idea/modules/runners/maven-plugin/maven-plugin_main.iml @@ -15,11 +15,10 @@ - - + @@ -28,26 +27,26 @@ - + - - + + - + @@ -56,7 +55,7 @@ - + @@ -65,7 +64,7 @@ - + @@ -74,7 +73,7 @@ - + @@ -83,7 +82,7 @@ - + @@ -92,12 +91,13 @@ - + + diff --git a/.idea/modules/runners/maven-plugin/maven-plugin_test.iml b/.idea/modules/runners/maven-plugin/maven-plugin_test.iml index df5769a5..1154ced2 100644 --- a/.idea/modules/runners/maven-plugin/maven-plugin_test.iml +++ b/.idea/modules/runners/maven-plugin/maven-plugin_test.iml @@ -12,20 +12,20 @@ + - + - - + @@ -34,7 +34,7 @@ - + @@ -43,18 +43,16 @@ - + - - - + @@ -63,12 +61,14 @@ - + + + @@ -90,7 +90,7 @@ - + @@ -99,7 +99,7 @@ - + @@ -108,7 +108,7 @@ - + -- cgit