This commit is contained in:
NudeDude 2018-08-12 10:04:48 +02:00
parent 9a4e3697f9
commit f172153585
4 changed files with 6 additions and 4 deletions

View File

@ -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.
#

View File

@ -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
}

View File

@ -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

View File

@ -1 +1 @@
include ':app'
include ':app'