diff --git a/.idea/gradle.xml b/.idea/gradle.xml
index 9e186e9..7899f30 100644
--- a/.idea/gradle.xml
+++ b/.idea/gradle.xml
@@ -6,7 +6,7 @@
-
+
-
+
diff --git a/app/build.gradle b/app/build.gradle
index cef00bc..e3bbedd 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -32,10 +32,10 @@ dependencies {
implementation project(':common')
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
- implementation 'com.android.support:appcompat-v7:27.1.0'
- implementation 'com.android.support.constraint:constraint-layout:1.0.2'
- implementation 'com.android.support:design:27.1.0'
+ implementation 'com.android.support:appcompat-v7:27.1.1'
+ implementation 'com.android.support.constraint:constraint-layout:1.1.0'
+ implementation 'com.android.support:design:27.1.1'
testImplementation 'junit:junit:4.12'
- androidTestImplementation 'com.android.support.test:runner:1.0.1'
- androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
+ androidTestImplementation 'com.android.support.test:runner:1.0.2'
+ androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
}
diff --git a/app/gradle.properties b/app/gradle.properties
new file mode 100644
index 0000000..fbbd9f8
--- /dev/null
+++ b/app/gradle.properties
@@ -0,0 +1 @@
+org.gradle.configureondemand=false
\ No newline at end of file
diff --git a/build.gradle b/build.gradle
index 4dee4ef..3e81f49 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,13 +1,13 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
- ext.kotlin_version = '1.2.31'
+ ext.kotlin_version = '1.2.41'
repositories {
google()
jcenter()
}
dependencies {
- classpath 'com.android.tools.build:gradle:3.1.0'
+ classpath 'com.android.tools.build:gradle:3.1.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
@@ -21,7 +21,7 @@ allprojects {
jcenter()
}
- ext.kotlin_version = '1.2.31'
+ ext.kotlin_version = '1.2.41'
}
subprojects.findAll { it.name.equalsIgnoreCase("common") or it.name.equalsIgnoreCase("server")}.each { p ->
diff --git a/common/build.gradle b/common/build.gradle
index 62747d2..853a778 100644
--- a/common/build.gradle
+++ b/common/build.gradle
@@ -18,7 +18,7 @@ repositories {
}
dependencies {
- api 'com.fasterxml.jackson.module:jackson-module-kotlin:2.9.5'
+ api 'com.fasterxml.jackson.module:jackson-module-kotlin:2.9.+'
}
compileKotlin {
diff --git a/gradle.properties b/gradle.properties
index 743d692..d0bfef7 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -11,3 +11,4 @@ org.gradle.jvmargs=-Xmx1536m
# 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.configureondemand=false
\ No newline at end of file