From 656c4f69d35459a51e3b07ae16e6f70f0a23d95e Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 16 Jan 2018 23:50:45 +0100 Subject: [PATCH] update commons to 3.7.7 --- app/build.gradle | 2 +- app/src/main/res/values/colors.xml | 4 +--- gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 03c06b8..a955b47 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -41,7 +41,7 @@ ext { } dependencies { - implementation 'com.simplemobiletools:commons:3.6.12' + implementation 'com.simplemobiletools:commons:3.7.7' debugImplementation "com.squareup.leakcanary:leakcanary-android:$leakCanaryVersion" releaseImplementation "com.squareup.leakcanary:leakcanary-android-no-op:$leakCanaryVersion" diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index 0ebcd87..d781ec5 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -1,6 +1,4 @@ - - @color/theme_dark_text_color - @color/theme_dark_background_color + diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 9f09438..cec62df 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-4.4.1-all.zip