diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 657f6e00..d4276b49 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -1,6 +1,6 @@ # Add project specific ProGuard rules here. # By default, the flags in this file are appended to flags specified -# in C:\Users\Sufian\AppData\Local\Android\android-sdk/tools/proguard/proguard-android.txt +# in ~/Android/Sdk/tools/proguard/proguard-android.txt # You can edit the include path and order by changing the proguardFiles # directive in build.gradle. # diff --git a/build.gradle b/build.gradle index 71290726..73c0da3a 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,6 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. + buildscript { repositories { jcenter() @@ -10,6 +11,7 @@ buildscript { } } + allprojects { repositories { jcenter() @@ -17,6 +19,7 @@ allprojects { } } + task clean(type: Delete) { delete rootProject.buildDir } \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 3952cb83..f1c49f39 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,8 +11,7 @@ # The setting is particularly useful for tweaking memory settings. org.gradle.jvmargs=-Xmx1536m - # When configured, Gradle will run in incubating parallel mode. # This option should only be used with decoupled projects. More details, visit # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects -# org.gradle.parallel=true +# org.gradle.parallel=true \ No newline at end of file diff --git a/settings.gradle b/settings.gradle index e7b4def4..9d495b34 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1 +1 @@ -include ':app' +include ':app' \ No newline at end of file