diff options
-rw-r--r-- | app/build.gradle | 4 | ||||
-rw-r--r-- | build.gradle | 3 | ||||
-rw-r--r-- | gradle.properties | 11 | ||||
-rw-r--r-- | gradle/wrapper/gradle-wrapper.properties | 1 | ||||
-rw-r--r-- | settings.gradle | 2 |
5 files changed, 3 insertions, 18 deletions
diff --git a/app/build.gradle b/app/build.gradle index 897d236..2d72f54 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -38,8 +38,8 @@ dependencies { implementation 'com.github.rtugeek:colorseekbar:1.7.2' // colored seekBar implementation 'ja.burhanrashid52:photoeditor:0.3.3' // photo editing implementation fileTree(dir: 'libs', include: ['*.jar']) - implementation "org.jetbrains.anko:anko-commons:0.10.5" // anko - implementation "org.jetbrains.anko:anko-design:0.10.5" // anko + implementation "org.jetbrains.anko:anko-commons:0.10.5" // Anko + implementation "org.jetbrains.anko:anko-design:0.10.5" // Anko /* General Android diff --git a/build.gradle b/build.gradle index 22ce23a..d7ab8a2 100644 --- a/build.gradle +++ b/build.gradle @@ -9,9 +9,6 @@ buildscript { dependencies { classpath 'com.android.tools.build:gradle:3.1.4' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" - - // NOTE: Do not place your application dependencies here; they belong - // in the individual module build.gradle files } } diff --git a/gradle.properties b/gradle.properties index 743d692..7dc729e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,13 +1,2 @@ # Project-wide Gradle settings. -# IDE (e.g. Android Studio) users: -# Gradle settings configured through the IDE *will override* -# any settings specified in this file. -# For more details on how to configure your build environment visit -# http://www.gradle.org/docs/current/userguide/build_environment.html -# Specifies the JVM arguments used for the daemon process. -# 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 diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 2564a79..b6517bb 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,4 +1,3 @@ -#Tue Aug 14 21:40:44 CEST 2018 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME diff --git a/settings.gradle b/settings.gradle index e7b4def..af1a998 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1 +1 @@ -include ':app' +include ":app" |