diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 6961a30f5..f7b16a201 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -5,7 +5,7 @@ - + diff --git a/.idea/misc.xml b/.idea/misc.xml index 7e40dfca2..3e538b600 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -37,7 +37,7 @@ - + diff --git a/app/app.iml b/app/app.iml index 2bd69abd3..32570afa7 100644 --- a/app/app.iml +++ b/app/app.iml @@ -22,16 +22,28 @@ + + + + + + + @@ -39,19 +51,20 @@ - + - + + @@ -59,72 +72,71 @@ - + - + - + - + - + - - - + - + - - + + + diff --git a/build.gradle b/build.gradle index 40d4b276f..bc66577ca 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle-experimental:0.4.0' + classpath 'com.android.tools.build:gradle-experimental:0.8.2' } } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index f23df6e46..e40564412 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Wed Oct 21 11:34:03 PDT 2015 +#Mon Oct 24 20:32:21 CDT 2016 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-2.8-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip