From 8a7fc481ee8407a3e931228101a8eaa1ac0a8bb1 Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 16 Jan 2018 20:50:10 +0100 Subject: [PATCH] update commons to 3.7.7 --- README.md | 2 +- app/build.gradle | 2 +- app/src/main/res/values/colors.xml | 4 ---- gradle/wrapper/gradle-wrapper.properties | 2 +- 4 files changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 291148cd7..39542f2d2 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ This app is just one piece of a bigger series of apps. You can find the rest of License ------- - Copyright 2017 SimpleMobileTools + Copyright 2016-present SimpleMobileTools Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/app/build.gradle b/app/build.gradle index 3033b91f6..237f24b60 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -42,7 +42,7 @@ ext { } dependencies { - implementation 'com.simplemobiletools:commons:3.7.4' + implementation 'com.simplemobiletools:commons:3.7.7' implementation 'joda-time:joda-time:2.9.9' implementation 'com.facebook.stetho:stetho:1.5.0' implementation 'com.android.support:multidex:1.0.2' diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index 8b6d9a50f..34884c326 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -5,8 +5,4 @@ #FF303DF6 #FF64DD17 #FFF63030 - - - @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 9cbc21bee..65417b390 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