diff --git a/build.gradle b/build.gradle index 0b1492c2..ae425618 100644 --- a/build.gradle +++ b/build.gradle @@ -91,10 +91,10 @@ android { } dependencies { - implementation 'com.android.support:support-v4:27.1.0' - implementation 'com.android.support:design:27.1.0' - implementation 'com.android.support:cardview-v7:27.1.0' - implementation 'com.android.support:recyclerview-v7:27.1.0' + implementation 'com.android.support:support-v4:27.1.1' + implementation 'com.android.support:design:27.1.1' + implementation 'com.android.support:cardview-v7:27.1.1' + implementation 'com.android.support:recyclerview-v7:27.1.1' implementation 'com.google.android.gms:play-services-ads:12.0.1' implementation 'com.google.dagger:dagger:2.15' implementation 'com.github.PhilJay:MPAndroidChart:v3.0.3' @@ -111,7 +111,7 @@ dependencies { exclude module: 'commons-logging' exclude module: 'httpclient' } - androidTestImplementation 'com.android.support:support-annotations:27.1.0' + androidTestImplementation 'com.android.support:support-annotations:27.1.1' androidTestImplementation 'com.android.support.test:runner:1.0.1' androidTestImplementation 'com.android.support.test:rules:1.0.1' androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1' diff --git a/gradle.properties b/gradle.properties index 2fe4ca0c..f0cc5f2c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -20,4 +20,7 @@ org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryErro versioneye.projectid=56d966523225f30037816a13 android.builder.sdkDownload=true -proguard.config=${sdk.dir}/tools/proguard/proguard-android-optimize.txt \ No newline at end of file +proguard.config=${sdk.dir}/tools/proguard/proguard-android-optimize.txt + +org.gradle.daemon=true +org.gradle.parallel=true \ No newline at end of file