diff --git a/app/app.iml b/app/app.iml index 401abb40..195a5432 100644 --- a/app/app.iml +++ b/app/app.iml @@ -65,23 +65,20 @@ + - - - + - - - + diff --git a/app/build.gradle b/app/build.gradle index 76c4b042..69b5e55d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ model { } android.buildTypes { release { - isMinifyEnabled = true - proguardFiles += file('proguard-rules.pro') + minifyEnabled = true + proguardFiles.add(file('proguard-rules.pro')) } } } diff --git a/build.gradle b/build.gradle index d080408d..1030cd78 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,8 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle-experimental:0.1.0' + // http://tools.android.com/tech-docs/new-build-system/gradle-experimental + classpath 'com.android.tools.build:gradle-experimental:0.4.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 9373941d..eaa942c8 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-2.5-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-2.9-all.zip